mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -385,7 +385,7 @@ const initializeWindows = () => {
|
||||
const hash = hashes[i];
|
||||
const row = torrentsTable.getRow(hash).full_data;
|
||||
const origValues = `${row.ratio_limit}|${row.seeding_time_limit}|${row.inactive_seeding_time_limit}|${row.max_ratio}`
|
||||
+ `|${row.max_seeding_time}|${row.max_inactive_seeding_time}`;
|
||||
+ `|${row.max_seeding_time}|${row.max_inactive_seeding_time}|${row.share_limit_action}`;
|
||||
|
||||
// initialize value
|
||||
if (shareRatio === null)
|
||||
@@ -414,8 +414,8 @@ const initializeWindows = () => {
|
||||
maximizable: false,
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: window.qBittorrent.Dialog.limitWidthToViewport(424),
|
||||
height: 220
|
||||
width: window.qBittorrent.Dialog.limitWidthToViewport(500),
|
||||
height: 250
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user