mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user