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).

This commit is contained in:
Alexander Shaduri
2022-01-31 15:29:33 +04:00
parent fc90686903
commit 19ffb580af
+1 -1
View File
@@ -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