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:
parent
5a97b291b0
commit
ee853c160c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue