mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Check for program updates every 15min and allow the user to manually check for updates through the help menu.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
<addaction name="actionWebsite"/>
|
||||
<addaction name="actionDocumentation"/>
|
||||
<addaction name="actionDonate_money"/>
|
||||
<addaction name="actionCheck_for_updates"/>
|
||||
<addaction name="actionAbout"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Options">
|
||||
@@ -381,6 +382,14 @@
|
||||
<string>Statistics</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheck_for_updates">
|
||||
<property name="text">
|
||||
<string>Check for updates</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Check for program updates</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="icons.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user