feat: implement transparency for Windows (#46)
This commit is contained in:
1
src/shared/settings.d.ts
vendored
1
src/shared/settings.d.ts
vendored
@@ -7,6 +7,7 @@
|
||||
import type { Rectangle } from "electron";
|
||||
|
||||
export interface Settings {
|
||||
transparencyOption?: "none" | "mica" | "tabbed" | "acrylic";
|
||||
maximized?: boolean;
|
||||
minimized?: boolean;
|
||||
windowBounds?: Rectangle;
|
||||
|
||||
Reference in New Issue
Block a user