feat: Add checkbox for disabling chat

This commit is contained in:
Petr Mironychev
2025-02-26 13:18:30 +01:00
parent 2ad0117498
commit 90ae6cd1c0
5 changed files with 15 additions and 2 deletions

View File

@ -36,6 +36,8 @@ public:
Utils::BoolAspect enableQodeAssist{this};
Utils::BoolAspect enableLogging{this};
Utils::BoolAspect enableCheckUpdate{this};
Utils::BoolAspect enableChat{this};
ButtonAspect checkUpdate{this};
ButtonAspect resetToDefaults{this};