Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2025-02-07 19:23:32 -05:00
commit dc4e9cf775
22 changed files with 921 additions and 379 deletions

View file

@ -32,10 +32,11 @@ export interface Settings {
autoUpdate: boolean;
autoUpdateNotification: boolean;
useQuickCss: boolean;
enableReactDevtools: boolean;
themeLinks: string[];
eagerPatches: boolean;
enabledThemes: string[];
enabledThemeLinks: string[];
enableReactDevtools: boolean;
themeLinks: string[];
frameless: boolean;
transparent: boolean;
updateRelaunch: boolean;
@ -91,6 +92,7 @@ const DefaultSettings: Settings = {
autoUpdateNotification: true,
useQuickCss: true,
themeLinks: [],
eagerPatches: IS_REPORTER,
enabledThemes: [],
enabledThemeLinks: [],
enableReactDevtools: false,