mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Create root folder option when adding a torrent in WebUI
This commit is contained in:
@@ -57,7 +57,7 @@ initializeWindows = function() {
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 400
|
||||
height: 420
|
||||
});
|
||||
updateMainData();
|
||||
});
|
||||
@@ -97,7 +97,7 @@ initializeWindows = function() {
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 240
|
||||
height: 260
|
||||
});
|
||||
updateMainData();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user