mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 07:33:05 -04:00
Auto Update Relaunch Setting
This commit is contained in:
parent
98a35a42ca
commit
c83152630f
3 changed files with 14 additions and 3 deletions
|
@ -30,7 +30,8 @@ import plugins from "~plugins";
|
|||
const logger = new Logger("Settings");
|
||||
export interface Settings {
|
||||
autoUpdate: boolean;
|
||||
autoUpdateNotification: boolean,
|
||||
autoUpdateRelaunch: boolean;
|
||||
autoUpdateNotification: boolean;
|
||||
useQuickCss: boolean;
|
||||
enableReactDevtools: boolean;
|
||||
themeLinks: string[];
|
||||
|
@ -87,6 +88,7 @@ export interface Settings {
|
|||
|
||||
const DefaultSettings: Settings = {
|
||||
autoUpdate: true,
|
||||
autoUpdateRelaunch: false,
|
||||
autoUpdateNotification: true,
|
||||
useQuickCss: true,
|
||||
themeLinks: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue