mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
[Web UI] Changes in Force Resume icon and menu order
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
Pause : function (element, ref) {
|
||||
pauseFN();
|
||||
},
|
||||
ForceStart : function (element, ref) {
|
||||
setForceStartFN();
|
||||
},
|
||||
prioTop : function (element, ref) {
|
||||
setPriorityFN('topPrio');
|
||||
},
|
||||
@@ -54,9 +57,6 @@
|
||||
},
|
||||
SuperSeeding : function (element, ref) {
|
||||
setSuperSeedingFN(!ref.getItemChecked('SuperSeeding'));
|
||||
},
|
||||
ForceStart : function (element, ref) {
|
||||
setForceStartFN(!ref.getItemChecked('ForceStart'));
|
||||
}
|
||||
},
|
||||
offsets : {
|
||||
|
||||
Reference in New Issue
Block a user