mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Several fixes to the merge request
This commit is contained in:
@@ -229,14 +229,6 @@ public:
|
||||
setValue("Preferences/Downloads/AppendLabel", b);
|
||||
}
|
||||
|
||||
bool rememberLastLocation() const {
|
||||
return value(QString::fromUtf8("Preferences/Downloads/RememberLastLocation"), false).toBool();
|
||||
}
|
||||
|
||||
void setRememberLastLocation(bool b) {
|
||||
setValue("Preferences/Downloads/RememberLastLocation", b);
|
||||
}
|
||||
|
||||
QString lastLocationPath() const {
|
||||
return value(QString::fromUtf8("Preferences/Downloads/LastLocationPath"), QString()).toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user