Add source field in Torrent creator. Closes #7965.

This field is often used for cross-seeding between (private) trackers.
This commit is contained in:
Chocobo1
2017-12-05 21:18:18 +08:00
parent c405cb2f1c
commit 8dcf326576
5 changed files with 27 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ private:
CachedSettingValue<QString> m_storeWebSeedList;
CachedSettingValue<QString> m_storeComments;
CachedSettingValue<QString> m_storeLastSavePath;
CachedSettingValue<QString> m_storeSource;
};
#endif