refac: styling
This commit is contained in:
@@ -11,6 +11,10 @@ export const WEBUI_NAME = writable(APP_NAME);
|
||||
export const config: Writable<Config | undefined> = writable(undefined);
|
||||
export const user: Writable<SessionUser | undefined> = writable(undefined);
|
||||
|
||||
// Electron App
|
||||
export const isApp = writable(false);
|
||||
export const appVersion = writable(null);
|
||||
|
||||
// Frontend
|
||||
export const MODEL_DOWNLOAD_POOL = writable({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user