mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Further preferences simplifying
This commit is contained in:
@@ -142,11 +142,6 @@ public:
|
||||
return settings.value(QString::fromUtf8("Preferences/General/NoSplashScreen"), false).toBool();
|
||||
}
|
||||
|
||||
static bool OSDEnabled() {
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
return settings.value(QString::fromUtf8("Preferences/General/NotificationBaloons"), true).toBool();
|
||||
}
|
||||
|
||||
// Downloads
|
||||
static QString getSavePath() {
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
|
||||
Reference in New Issue
Block a user