Skip to content

Commit

Permalink
Disable OptimizeAlignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stalkerok committed Aug 16, 2024
1 parent f5aa0bb commit fb69a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/torrentcreatordialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void TorrentCreatorDialog::loadSettings()
#ifdef QBT_USES_LIBTORRENT2
m_ui->comboTorrentFormat->setCurrentIndex(m_storeTorrentFormat.get(1));
#else
m_ui->checkOptimizeAlignment->setChecked(m_storeOptimizeAlignment.get(true));
m_ui->checkOptimizeAlignment->setChecked(m_storeOptimizeAlignment.get(false));
m_ui->spinPaddedFileSizeLimit->setValue(m_paddedFileSizeLimit.get(-1));
#endif

Expand Down

0 comments on commit fb69a27

Please sign in to comment.