mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Allow WebUI sidebar to be collapsed
This commit is contained in:
parent
aded9afc0e
commit
f0a50424be
1 changed files with 2 additions and 4 deletions
|
@ -97,13 +97,11 @@ window.addEvent('load', function() {
|
|||
placement: 'left',
|
||||
onResize: saveColumnSizes,
|
||||
width: filt_w,
|
||||
resizeLimit: [100, 300]
|
||||
resizeLimit: [1, 300]
|
||||
});
|
||||
new MochaUI.Column({
|
||||
id: 'mainColumn',
|
||||
placement: 'main',
|
||||
width: null,
|
||||
resizeLimit: [100, 300]
|
||||
placement: 'main'
|
||||
});
|
||||
|
||||
setCategoryFilter = function(hash) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue