mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
WebUI: Select category on right click
This commit is contained in:
parent
f4fdb80cc9
commit
d65d11d64c
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
||||||
offsets : {
|
offsets : {
|
||||||
x : -15,
|
x : -15,
|
||||||
y : 2
|
y : 2
|
||||||
|
},
|
||||||
|
onShow: function () {
|
||||||
|
this.options.element.firstChild.click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue