This commit is contained in:
lencx
2023-01-15 18:19:41 +08:00
parent a798a8a784
commit 7c0003f823
3 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ pub const DEFAULT_CHAT_CONF: &str = r#"{
"theme": "Light",
"tray": true,
"titlebar": true,
"popup_search": true,
"popup_search": false,
"global_shortcut": "",
"hide_dock_icon": false,
"default_origin": "https://chat.openai.com",
@@ -37,7 +37,7 @@ pub const DEFAULT_CHAT_CONF_MAC: &str = r#"{
"theme": "Light",
"tray": true,
"titlebar": false,
"popup_search": true,
"popup_search": false,
"global_shortcut": "",
"hide_dock_icon": false,
"default_origin": "https://chat.openai.com",