mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-25 07:35:24 -07:00
Disable Auto piece size when creating a new torrent
This commit is contained in:
parent
49cce9b2fc
commit
8122ae4739
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ void TorrentCreatorDlg::setInteractionEnabled(bool enabled)
|
|||
URLSeeds_list->setEnabled(enabled);
|
||||
txt_comment->setEnabled(enabled);
|
||||
comboPieceSize->setEnabled(enabled);
|
||||
checkAutoPieceSize->setEnabled(enabled);
|
||||
check_private->setEnabled(enabled);
|
||||
checkStartSeeding->setEnabled(enabled);
|
||||
createButton->setEnabled(enabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue