Fix Mac OS X command. The file path was obsolete and it would have deleted all preferences instead of only those relevant to locking.

David Christenson 2015-04-07 20:25:57 -06:00
parent 959ac3f052
commit edd799c66c

@ -1,4 +1,4 @@
You locked qBittorrent user interface and forgot the password you used? You locked the qBittorrent user interface and forgot the password you used?
Don't worry, you can recover from this. Don't worry, you can recover from this.
## Windows ## Windows
@ -27,8 +27,10 @@ locked=true
## Mac OS X ## Mac OS X
* Kill qBittorrent * Kill qBittorrent
* Open a terminal and type the following: * Open a terminal and run the following command:
``rm $HOME/Library/Preferences/com.qbittorrent.plist*`` ```shell
defaults delete com.qbittorrent.qBittorrent Locking.locked; defaults delete com.qbittorrent.qBittorrent Locking.password
```
* Start qBittorrent again * Start qBittorrent again
The user interface should not be locked anymore. Next time you lock it, it will ask you to choose a password again. The user interface should not be locked anymore. Next time you lock it, it will ask you to choose a password again.