mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Add option to hibernate computer in Auto-Shutdown menu
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<addaction name="actionAutoShutdown_Disabled"/>
|
||||
<addaction name="actionAutoExit_qBittorrent"/>
|
||||
<addaction name="actionAutoSuspend_system"/>
|
||||
<addaction name="actionAutoHibernate_system"/>
|
||||
<addaction name="actionAutoShutdown_system"/>
|
||||
</widget>
|
||||
<addaction name="actionCreate_torrent"/>
|
||||
@@ -352,6 +353,14 @@
|
||||
<string>Suspend system</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAutoHibernate_system">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hibernate system</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAutoShutdown_system">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user