mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Redesign "Incomplete folder" feature
Change "Incomplete/temp folder" term with "download folder". Allow to set "download folder" per torrent (in manual mode) and per category (in automatic mode).
This commit is contained in:
committed by
Vladimir Golovnev (glassez)
parent
b0e41abf5a
commit
1c0f8b4289
@@ -50,7 +50,7 @@ public:
|
||||
TorrentFilesWatcher::WatchedFolderOptions watchedFolderOptions() const;
|
||||
|
||||
private:
|
||||
void populateSavePathComboBox();
|
||||
void populateSavePaths();
|
||||
void loadState();
|
||||
void saveState();
|
||||
void onTMMChanged(int index);
|
||||
@@ -58,5 +58,7 @@ private:
|
||||
|
||||
Ui::WatchedFolderOptionsDialog *m_ui;
|
||||
QString m_savePath;
|
||||
QString m_downloadPath;
|
||||
bool m_useDownloadPath = false;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user