This commit is contained in:
jxxghp
2024-03-16 18:28:32 +08:00
parent 44163f0fb2
commit 121cb7e442
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"bin": "dist/service.js",
"scripts": {

View File

@@ -44,7 +44,7 @@ const superUser = store.state.auth.superUser
</IconBtn>
<!-- 👉 Shortcuts -->
<ShortcutBar />
<ShortcutBar v-if="superUser" />
<!-- 👉 Theme -->
<NavbarThemeSwitcher class="me-2" />