feat: change type

This commit is contained in:
GyDi
2022-01-15 21:58:13 +08:00
parent cc0e930d34
commit d982b83e14
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;
}
}