Skip to content

Commit

Permalink
Add on-demand to the polkit window to ensure entry field is editable
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Feb 11, 2025
1 parent c311a60 commit 557f18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialogs/polkit/polkitdialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ namespace Budgie {
GtkLayerShell.set_monitor(this, primary_monitor.get_gdk_monitor());
GtkLayerShell.set_anchor(this, GtkLayerShell.Edge.LEFT, false);
GtkLayerShell.set_anchor(this, GtkLayerShell.Edge.TOP, false);
GtkLayerShell.set_keyboard_mode(this, GtkLayerShell.KeyboardMode.ON_DEMAND);

key_release_event.connect(on_key_release);

Expand Down

0 comments on commit 557f18d

Please sign in to comment.