forked from open-webui/open-webui
feat: changelog modal auto popup
This commit is contained in:
parent
a84070c6d3
commit
05aea9edf9
5 changed files with 25 additions and 17 deletions
|
@ -32,3 +32,4 @@ export const documents = writable([
|
|||
|
||||
export const settings = writable({});
|
||||
export const showSettings = writable(false);
|
||||
export const showChangelog = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue