mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: electron app
This commit is contained in:
@@ -13,7 +13,7 @@ export const user: Writable<SessionUser | undefined> = writable(undefined);
|
||||
|
||||
// Electron App
|
||||
export const isApp = writable(false);
|
||||
export const appVersion = writable(null);
|
||||
export const appInfo = writable(null);
|
||||
|
||||
// Frontend
|
||||
export const MODEL_DOWNLOAD_POOL = writable({});
|
||||
|
||||
Reference in New Issue
Block a user