refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion of behavior)
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -79,7 +79,7 @@ class BlockedModsDialog : public QDialog {
|
||||
void update();
|
||||
void directoryChanged(QString path);
|
||||
void setupWatch();
|
||||
void watchPath(QString path, bool watch_subdirectories = false);
|
||||
void watchPath(QString path, bool watch_recursive = false);
|
||||
void scanPaths();
|
||||
void scanPath(QString path, bool start_task);
|
||||
void addHashTask(QString path);
|
||||
|
Reference in New Issue
Block a user