mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: Adjust context menu offsets in Search tab & Status filter list
This commit is contained in:
@@ -97,8 +97,8 @@ window.qBittorrent.Search ??= (() => {
|
||||
}
|
||||
},
|
||||
offsets: {
|
||||
x: -15,
|
||||
y: -53
|
||||
x: 2,
|
||||
y: -60
|
||||
},
|
||||
onShow: function() {
|
||||
setActiveTab(this.options.element);
|
||||
|
||||
Reference in New Issue
Block a user