mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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