Copilot: Disable by default also in the settings

... and make the enabling more prominent.

Change-Id: I77e236a1aec2d3ced3280aa8af322a02b8a14dd1
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2023-06-23 08:44:49 +02:00
parent 4625d9e87e
commit c9521b294f
2 changed files with 5 additions and 2 deletions

View File

@@ -67,8 +67,8 @@ public:
Column {
QString("<b>" + Tr::tr("Note:") + "</b>"), br,
warningLabel, br,
authWidget, br,
CopilotSettings::instance().enableCopilot, br,
authWidget, br,
CopilotSettings::instance().nodeJsPath, br,
CopilotSettings::instance().distPath, br,
CopilotSettings::instance().autoComplete, br,