Revise behavior of initializing checkboxes

The checkboxes initial value should not depend on parent state and
should be restored anyway.
This commit is contained in:
Chocobo1
2022-07-09 01:34:58 +08:00
parent 2ef059807a
commit e4fafb911a
2 changed files with 6 additions and 35 deletions

View File

@@ -123,11 +123,6 @@ private:
void initializeLanguageCombo();
// General options
QString getLocale() const;
#ifndef Q_OS_MACOS
bool systemTrayEnabled() const;
bool minimizeToTray() const;
bool closeToTray() const;
#endif
bool startMinimized() const;
bool isSplashScreenDisabled() const;
#ifdef Q_OS_WIN