Removes profile dropdown for public pages (#2943)

Global theme works for public pages.
This commit is contained in:
Arc 2025-02-10 20:34:44 +00:00 committed by GitHub
parent 1f4160fda5
commit 4a640dc123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@
<span>OFFLINE</span> <span>OFFLINE</span>
</q-badge> </q-badge>
<q-btn-dropdown <q-btn-dropdown
v-if="isUserAuthorized" v-if="g.user"
flat flat
rounded rounded
size="sm" size="sm"