mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Added an action to delete downloads from download list and from hard drive too
This commit is contained in:
@@ -745,7 +745,7 @@
|
||||
<addaction name="actionTorrent_Properties" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionDelete" />
|
||||
<addaction name="actionDelete_All" />
|
||||
<addaction name="actionDelete_Permanently" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_File" >
|
||||
<property name="title" >
|
||||
@@ -784,7 +784,7 @@
|
||||
<addaction name="actionDownload_from_URL" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionDelete" />
|
||||
<addaction name="actionDelete_All" />
|
||||
<addaction name="actionDelete_Permanently" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionTorrent_Properties" />
|
||||
<addaction name="separator" />
|
||||
@@ -848,9 +848,9 @@
|
||||
<string>Documentation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDelete_All" >
|
||||
<action name="actionDelete_Permanently" >
|
||||
<property name="text" >
|
||||
<string>Delete All</string>
|
||||
<string>Delete Permanently</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTorrent_Properties" >
|
||||
|
||||
Reference in New Issue
Block a user