mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix: changelog popup default behaviour
This commit is contained in:
parent
05aea9edf9
commit
3ab2c384f2
@ -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 New Issue
Block a user