This commit is contained in:
Jozef Steinhübl 2024-12-23 11:34:51 +01:00
parent 47161e4d84
commit abf7f7eec2
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 4 additions and 3 deletions

View file

@ -814,7 +814,7 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1734778446387 "settingsSyncVersion": 1734793013888
}, },
"macosTranslucency": false "macosTranslucency": false
} }

View file

@ -10,6 +10,7 @@
"theme": "Catppuccin Espresso (Blur)", "theme": "Catppuccin Espresso (Blur)",
"ui_font_size": 15, "ui_font_size": 15,
"buffer_font_size": 14, "buffer_font_size": 14,
"buffer_font_family": "Maple Mono",
// Mine // Mine
"format_on_save": "on", "format_on_save": "on",
"terminal": { "terminal": {
@ -89,8 +90,8 @@
// Assistant // Assistant
"assistant": { "assistant": {
"default_model": { "default_model": {
"provider": "zed.dev", "provider": "copilot_chat",
"model": "claude-3-5-sonnet-latest" "model": "gpt-4o"
}, },
"version": "2" "version": "2"
} }