feat: initial commit
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
declare type DesktopConfig = {
|
||||
firstLaunch: boolean;
|
||||
customFrame: boolean;
|
||||
minimiseToTray: boolean;
|
||||
spellchecker: boolean;
|
||||
hardwareAcceleration: boolean;
|
||||
discordRpc: boolean;
|
||||
windowState: {
|
||||
isMaximised: boolean;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user