We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0696b69 commit 566eee0Copy full SHA for 566eee0
1 file changed
src/CategoryView.vala
@@ -88,7 +88,11 @@ public class Switchboard.CategoryView : Adw.NavigationPage {
88
};
89
toolbarview.add_top_bar (headerbar);
90
91
- child = toolbarview;
+ var window_handle = new Gtk.WindowHandle () {
92
+ child = toolbarview
93
+ };
94
+
95
+ child = window_handle;
96
title = _("All Settings");
97
98
load_default_plugs.begin ();
0 commit comments