From 6a3d84061642217d1a9d3ab178920ec74de4e5c4 Mon Sep 17 00:00:00 2001 From: Danielle Fore Date: Tue, 9 Jan 2024 15:12:50 -0800 Subject: [PATCH] Application: remove big window handle --- src/Application.vala | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Application.vala b/src/Application.vala index be6cec12..b3d076b4 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -184,13 +184,9 @@ namespace Switchboard { var window_eventcontrollerkey = new Gtk.EventControllerKey (); - var window_handle = new Gtk.WindowHandle () { - child = search_stack - }; - main_window = new Gtk.Window () { application = this, - child = window_handle, + child = search_stack, icon_name = application_id, title = _("System Settings"), titlebar = headerbar