mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
Replace update notices with notifications (#558)
This commit is contained in:
parent
ea642d9e90
commit
4aff11421f
3 changed files with 28 additions and 20 deletions
|
@ -28,6 +28,7 @@ const logger = new Logger("Settings");
|
|||
export interface Settings {
|
||||
notifyAboutUpdates: boolean;
|
||||
autoUpdate: boolean;
|
||||
autoUpdateNotification: boolean,
|
||||
useQuickCss: boolean;
|
||||
enableReactDevtools: boolean;
|
||||
themeLinks: string[];
|
||||
|
@ -52,6 +53,7 @@ export interface Settings {
|
|||
const DefaultSettings: Settings = {
|
||||
notifyAboutUpdates: true,
|
||||
autoUpdate: false,
|
||||
autoUpdateNotification: true,
|
||||
useQuickCss: true,
|
||||
themeLinks: [],
|
||||
enableReactDevtools: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue