Add about page & setting to open links with electron
This commit is contained in:
@@ -13,7 +13,8 @@ interface Settings {
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
discordBranch: "stable" | "canary" | "ptb";
|
||||
discordBranch?: "stable" | "canary" | "ptb";
|
||||
openLinksWithElectron?: boolean;
|
||||
}
|
||||
|
||||
export let PlainSettings = {} as Settings;
|
||||
|
||||
Reference in New Issue
Block a user