From 9b9fff3c52aa60b48779fca63b4681e1347359ef Mon Sep 17 00:00:00 2001 From: heliguy Date: Sun, 5 Jan 2025 22:24:04 -0500 Subject: [PATCH] Allow for Gtk Inspector to click through the file drop overlay --- src/main_window/window.blp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main_window/window.blp b/src/main_window/window.blp index 8ad7985..98049c6 100644 --- a/src/main_window/window.blp +++ b/src/main_window/window.blp @@ -20,6 +20,7 @@ template $WarehouseWindow: Adw.ApplicationWindow { Revealer file_drop_revealer { can-target: false; transition-type: crossfade; + visible: false; Adw.StatusPage file_drop_view { icon-name: "warehouse:folder-open-symbolic"; title: _("Drop to Open");