瀏覽代碼

Update config.json to use Driver.Force16Colors instead of Application.Force16Colors

Co-authored-by: tig <[email protected]>
copilot-swe-agent[bot] 1 周之前
父節點
當前提交
58790fc3e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Resources/config.json

+ 1 - 1
Terminal.Gui/Resources/config.json

@@ -20,7 +20,7 @@
   "Key.Separator": "+",
 
   "Application.ArrangeKey": "Ctrl+F5",
-  "Application.Force16Colors": false,
+  "Driver.Force16Colors": false,
   //"Application.ForceDriver": "", // TODO: ForceDriver should be nullable
   "Application.IsMouseDisabled": false,
   "Application.NextTabGroupKey": "F6",