mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
FEATURE: Added button to password-lock the UI
This commit is contained in:
@@ -135,6 +135,8 @@
|
||||
<addaction name="actionOptions"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionExit"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionLock_qBittorrent"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusBar"/>
|
||||
<action name="actionOpen">
|
||||
@@ -330,6 +332,17 @@
|
||||
<string>Shutdown when downloads complete</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionLock_qBittorrent">
|
||||
<property name="text">
|
||||
<string>Lock qBittorrent</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Lock qBittorrent</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+L</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user