Skip to content

Commit

Permalink
Don't pop pages on escape (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle Foré <[email protected]>
  • Loading branch information
lenemter and danirabbit authored Mar 27, 2024
1 parent 7a4b3f3 commit 644e4f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ namespace Switchboard {

category_view = new Switchboard.CategoryView (plug_to_open);

navigation_view = new Adw.NavigationView ();
navigation_view = new Adw.NavigationView () {
pop_on_escape = false
};
navigation_view.add (category_view);

main_window = new Gtk.Window () {
Expand Down

0 comments on commit 644e4f3

Please sign in to comment.