feat: support blur window

This commit is contained in:
GyDi
2022-01-12 02:27:29 +08:00
parent 8f5b2b4a0e
commit df5953dd7b
9 changed files with 68 additions and 5 deletions

View File

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