Skip to content

Commit

Permalink
Fix end session dialog blocking authentication dialog (#576)
Browse files Browse the repository at this point in the history
hide restart dialog as well
  • Loading branch information
levkk committed Jun 3, 2024
1 parent 3492146 commit cc6847e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/daemon/endsession.vala
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ namespace Budgie {
void restart_clicked() {
Closed();
ConfirmedReboot();
hide();
}

[GtkCallback]
[DBus (visible=false)]
void shutdown_clicked() {
Closed();
ConfirmedShutdown();
hide();
}

[DBus (visible=false)]
Expand Down

0 comments on commit cc6847e

Please sign in to comment.