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
commit 266bbeefc8
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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);
}