mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: additional macos tray event handling option for menu display (#2958)
This commit is contained in:
7
src/services/types.d.ts
vendored
7
src/services/types.d.ts
vendored
@@ -718,7 +718,12 @@ interface IProxyConfig
|
||||
interface IVergeConfig {
|
||||
app_log_level?: "trace" | "debug" | "info" | "warn" | "error" | string;
|
||||
language?: string;
|
||||
tray_event?: "main_window" | "system_proxy" | "tun_mode" | string;
|
||||
tray_event?:
|
||||
| "main_window"
|
||||
| "tray_menu"
|
||||
| "system_proxy"
|
||||
| "tun_mode"
|
||||
| string;
|
||||
env_type?: "bash" | "cmd" | "powershell" | "fish" | string;
|
||||
startup_script?: string;
|
||||
start_page?: string;
|
||||
|
||||
Reference in New Issue
Block a user