feat: change type

This commit is contained in:
GyDi
2022-01-15 21:58:13 +08:00
parent e0c6354ff3
commit 50dab48f25
2 changed files with 5 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ export namespace CmdType {
export interface VergeConfig {
theme_mode?: "light" | "dark";
theme_blur?: boolean;
enable_self_startup?: boolean;
enable_auto_launch?: boolean;
enable_system_proxy?: boolean;
}
}