mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-14 06:15:54 -05:00
InterfacePane: Add BalloonTip to top window checkbox
This commit is contained in:
committed by
Admiral H. Curtiss
parent
55aaa323ec
commit
266bbeefc8
@@ -445,7 +445,6 @@ void Settings::SetKeepWindowOnTop(bool top)
|
||||
if (IsKeepWindowOnTopEnabled() == top)
|
||||
return;
|
||||
|
||||
Config::SetBaseOrCurrent(Config::MAIN_KEEP_WINDOW_ON_TOP, top);
|
||||
emit KeepWindowOnTopChanged(top);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user