feat: watch sub directories for mods

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-03-21 11:07:20 -07:00
parent 6dcf34acdc
commit 02bf086c09
2 changed files with 22 additions and 8 deletions

View File

@ -79,6 +79,7 @@ class BlockedModsDialog : public QDialog {
void update();
void directoryChanged(QString path);
void setupWatch();
void watchPath(QString path, bool watch_subdirectories = false);
void scanPaths();
void scanPath(QString path, bool start_task);
void addHashTask(QString path);