mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
WebUI: Select category on right click
This commit is contained in:
parent
fc077257d0
commit
d63f9e751d
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