forked from open-webui/open-webui
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 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if ($user.role === 'admin') {
|
||||||
showChangelog.set(localStorage.version !== $config.version);
|
showChangelog.set(localStorage.version !== $config.version);
|
||||||
|
}
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue