feat(hotkey): add global reactivate_profiles shortcut (#5527)

* feat(hotkey): add global reactivate_profiles shortcut

* feat(profile): expose validation state for reactivation shortcuts
This commit is contained in:
Sline
2025-11-19 17:06:23 +08:00
committed by GitHub
parent 94b07b51d6
commit f439e93a2b
34 changed files with 134 additions and 22 deletions

View File

@@ -34,6 +34,7 @@ export const handleNoticeMessage = (
"settings.feedback.notifications.updater.withClashProxyFailed",
msg,
),
"reactivate_profiles::error": () => showNotice.error(msg),
update_failed: () => showNotice.error(msg),
"config_validate::boot_error": () =>
showNotice.error("shared.feedback.validation.config.bootFailed", msg),