From 19ffb580afb66e3ec3e2409404ee7376195e0384 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 31 Jan 2022 15:29:14 +0400 Subject: [PATCH] Command execution popup windows: Use "dialog" type of window instead of "notifications"; this should fix #17 (the popup is floating above all the other applications). --- src/applib/cmdex_sync_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applib/cmdex_sync_gui.cpp b/src/applib/cmdex_sync_gui.cpp index 288f1bf..90ac00b 100644 --- a/src/applib/cmdex_sync_gui.cpp +++ b/src/applib/cmdex_sync_gui.cpp @@ -29,7 +29,7 @@ bool CmdexSyncGui::execute() #define CMDEX_DIALOG_MESSAGE_TYPE Gtk::MESSAGE_OTHER -#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_NOTIFICATION +#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_DIALOG