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

@@ -2938,6 +2938,7 @@ void MainWindow::on_actionPreferences_triggered() {
// require us to repopulate the EventFrames and redraw event pixmaps, respectively.
connect(preferenceEditor, &PreferenceEditor::preferencesSaved, editor, &Editor::updateEvents);
connect(preferenceEditor, &PreferenceEditor::scriptSettingsChanged, editor->project, &Project::readEventScriptLabels);
connect(preferenceEditor, &PreferenceEditor::reloadProjectRequested, this, &MainWindow::on_action_Reload_Project_triggered);
}
openSubWindow(preferenceEditor);