InterfacePane: Add BalloonTip to top window checkbox

This commit is contained in:
Dentomologist
2023-11-05 11:45:56 -08:00
committed by Admiral H. Curtiss
parent 55aaa323ec
commit 266bbeefc8
3 changed files with 9 additions and 7 deletions

View File

@ -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);
}