Add setting to re-enable global script autocomplete

This commit is contained in:
GriffinR
2025-02-21 15:18:39 -05:00
parent 880e5847c7
commit 9afaa4ae3e
9 changed files with 306 additions and 238 deletions

View File

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