mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Allow to clear the UI lock password. Closes #973.
This commit is contained in:
@@ -923,6 +923,10 @@ public:
|
||||
setValue("Locking/password", md5_password);
|
||||
}
|
||||
|
||||
void clearUILockPassword() {
|
||||
remove("Locking/password");
|
||||
}
|
||||
|
||||
QString getUILockPasswordMD5() const {
|
||||
return value("Locking/password", QString()).toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user