mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 02:14:43 +08:00
feat(profiles): split Claude Desktop into independent profile scope
This commit is contained in:
@@ -738,6 +738,7 @@ pub fn create_tray_menu(
|
||||
// 分组标签用产品名,不进 i18n
|
||||
let scope_label = match scope {
|
||||
ProfileScope::Claude => "Claude Code",
|
||||
ProfileScope::ClaudeDesktop => "Claude Desktop",
|
||||
ProfileScope::Codex => "Codex",
|
||||
};
|
||||
let mut scope_builder = SubmenuBuilder::with_id(
|
||||
|
||||
Reference in New Issue
Block a user