Fix explicit Torrent Management Mode in Add New Torrent dialog. Closes #5602.

This commit is contained in:
sledgehammer999
2017-08-05 23:11:40 +03:00
parent 8214d25f9f
commit 6270433237
4 changed files with 13 additions and 3 deletions

View File

@@ -51,5 +51,6 @@ namespace BitTorrent
bool ignoreShareLimits = false;
bool skipChecking = false;
TriStateBool createSubfolder;
TriStateBool useAutoTMM;
};
}