Move suggestionTimer to general settings

This commit is contained in:
Petr Mironychev
2024-09-08 00:18:23 +02:00
parent 4d06541a36
commit 384e07ba62
5 changed files with 10 additions and 9 deletions

View File

@ -34,6 +34,7 @@ public:
Utils::BoolAspect enableAutoComplete{this};
Utils::BoolAspect multiLineCompletion{this};
Utils::BoolAspect enableLogging{this};
Utils::IntegerAspect startSuggestionTimer{this};
Utils::SelectionAspect llmProviders{this};
Utils::StringAspect url{this};