Condense file watcher warning, reduce resource usage

This commit is contained in:
GriffinR
2025-06-18 14:20:19 -04:00
parent 13c6c90e02
commit 573358b758
6 changed files with 89 additions and 31 deletions

View File

@@ -24,6 +24,7 @@ signals:
void preferencesSaved();
void themeChanged(const QString &theme);
void scriptSettingsChanged(bool on);
void reloadProjectRequested();
private:
Ui::PreferenceEditor *ui;