Make alignment optimization optional

Disabling alignment optimization allows preserving file order in torrent
files and closes #5652
This commit is contained in:
toster
2018-04-14 03:24:08 +03:00
parent 1055cc0f45
commit e538eae726
5 changed files with 20 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ private:
CachedSettingValue<bool> m_storePrivateTorrent;
CachedSettingValue<bool> m_storeStartSeeding;
CachedSettingValue<bool> m_storeIgnoreRatio;
CachedSettingValue<bool> m_storeOptimizeAlignment;
CachedSettingValue<QString> m_storeLastAddPath;
CachedSettingValue<QString> m_storeTrackerList;
CachedSettingValue<QString> m_storeWebSeedList;