mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Allow WebUI sidebar to be collapsed
This commit is contained in:
committed by
sledgehammer999
parent
aded9afc0e
commit
f0a50424be
@@ -97,13 +97,11 @@ window.addEvent('load', function() {
|
|||||||
placement: 'left',
|
placement: 'left',
|
||||||
onResize: saveColumnSizes,
|
onResize: saveColumnSizes,
|
||||||
width: filt_w,
|
width: filt_w,
|
||||||
resizeLimit: [100, 300]
|
resizeLimit: [1, 300]
|
||||||
});
|
});
|
||||||
new MochaUI.Column({
|
new MochaUI.Column({
|
||||||
id: 'mainColumn',
|
id: 'mainColumn',
|
||||||
placement: 'main',
|
placement: 'main'
|
||||||
width: null,
|
|
||||||
resizeLimit: [100, 300]
|
|
||||||
});
|
});
|
||||||
|
|
||||||
setCategoryFilter = function(hash) {
|
setCategoryFilter = function(hash) {
|
||||||
|
|||||||
Reference in New Issue
Block a user