mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
add share_action_limit in param and make window bigger
This commit is contained in:
parent
5767fa5ee1
commit
0df2a02bbb
1 changed files with 3 additions and 3 deletions
|
@ -382,7 +382,7 @@ const initializeWindows = () => {
|
||||||
const hash = hashes[i];
|
const hash = hashes[i];
|
||||||
const row = torrentsTable.getRow(hash).full_data;
|
const row = torrentsTable.getRow(hash).full_data;
|
||||||
const origValues = `${row.ratio_limit}|${row.seeding_time_limit}|${row.inactive_seeding_time_limit}|${row.max_ratio}`
|
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_action_limit}`;
|
||||||
|
|
||||||
// initialize value
|
// initialize value
|
||||||
if (shareRatio === null)
|
if (shareRatio === null)
|
||||||
|
@ -410,8 +410,8 @@ const initializeWindows = () => {
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
width: window.qBittorrent.Dialog.limitWidthToViewport(424),
|
width: window.qBittorrent.Dialog.limitWidthToViewport(500),
|
||||||
height: 220
|
height: 250
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue