mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
parent
7a93fae6e4
commit
667f84995c
2 changed files with 5 additions and 5 deletions
|
@ -633,7 +633,7 @@ initializeWindows = function() {
|
|||
});
|
||||
});
|
||||
|
||||
['decrease_prio', 'increase_prio', 'top_prio', 'bottom_prio'].each(function(item) {
|
||||
['decreasePrio', 'increasePrio', 'topPrio', 'bottomPrio'].each(function(item) {
|
||||
addClickEvent(item, function(e) {
|
||||
new Event(e).stop();
|
||||
setPriorityFN(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue