From 26a2aa87088960c9e58a990fa9e84545a894e128 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 11 Jun 2024 14:27:55 +0200 Subject: [PATCH] Change gui_always_on_top to true, by default (fixes #1351) Set the GUI to be always on top by default. This should help with cases where we are in Full screen mode, and sometimes the GUI opens behind the emulation screen. --- src/osdep/amiberry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/amiberry.cpp b/src/osdep/amiberry.cpp index 66c8761a5..d2dbd968c 100644 --- a/src/osdep/amiberry.cpp +++ b/src/osdep/amiberry.cpp @@ -2155,7 +2155,7 @@ void target_default_options(struct uae_prefs* p, int type) //p->notaskbarbutton = false; //p->nonotificationicon = false; p->main_alwaysontop = false; - p->gui_alwaysontop = false; + p->gui_alwaysontop = true; //p->guikey = -1; p->automount_removable = false; //p->automount_drives = 0;