1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-18 03:50:54 +00:00

Don't show profile select drop-down when simple view is enabled

This commit is contained in:
Dan Salvato 2024-02-08 13:11:42 -07:00
parent 5a97b291b0
commit ee853c160c

View file

@ -57,7 +57,7 @@
</header>
<section class="tw-border-t tw-full-height tw-full-width tw-flex tw-flex-nowrap tw-overflow-hidden">
<nav class="ffz-vertical-nav tw-c-background-alt-2 tw-border-r tw-full-height tw-flex tw-flex-column tw-flex-shrink-0 tw-flex-nowrap">
<header class="tw-border-b tw-pd-1">
<header class="tw-border-b tw-pd-1" v-if="!this.context.simple_view">
<profile-selector
:context="context"
@navigate="navigate"