fix: add setting

This commit is contained in:
Oleh Polisan 2024-07-07 17:32:05 +03:00
parent 467134e606
commit ba98e8dcc8

View file

@ -11,6 +11,7 @@ export interface Settings {
transparencyOption?: "none" | "mica" | "tabbed" | "acrylic";
tray?: boolean;
trayColor?: string;
trayColorType?: "default" | "system" | "custom";
trayAutoFill?: "auto" | "white" | "black";
trayMainOverride?: boolean;
trayIdleOverride?: boolean;