mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix: changelog popup default behaviour
This commit is contained in:
parent
05aea9edf9
commit
3ab2c384f2
1 changed files with 3 additions and 1 deletions
|
|
@ -184,7 +184,9 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
showChangelog.set(localStorage.version !== $config.version);
|
if ($user.role === 'admin') {
|
||||||
|
showChangelog.set(localStorage.version !== $config.version);
|
||||||
|
}
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue