Initial Settings UI work
This commit is contained in:
12
src/shared/settings.d.ts
vendored
Normal file
12
src/shared/settings.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Settings {
|
||||
maximized?: boolean;
|
||||
minimized?: boolean;
|
||||
windowBounds?: {
|
||||
x: number;
|
||||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
discordBranch?: "stable" | "canary" | "ptb";
|
||||
openLinksWithElectron?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user