mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI: Add empty context menu to categories filter
This commit is contained in:
parent
d30a799b45
commit
a939fca4ac
6 changed files with 39 additions and 20 deletions
|
@ -313,3 +313,7 @@ var TorrentsTableContextMenu = new Class({
|
|||
});
|
||||
}
|
||||
});
|
||||
|
||||
var CategoriesFilterContextMenu = new Class({
|
||||
Extends: ContextMenu
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue