mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Remove non-essential control center titlebar buttons in simple view
This commit is contained in:
parent
5bcd946c70
commit
7e384b56b8
1 changed files with 3 additions and 3 deletions
|
@ -31,12 +31,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button v-if="!maximized && !exclusive" class="tw-button-icon tw-mg-x-05" @click="faded = ! faded">
|
||||
<button v-if="!maximized && !exclusive && !this.context.simple_view" class="tw-button-icon tw-mg-x-05" @click="faded = ! faded">
|
||||
<span class="tw-button-icon__icon">
|
||||
<figure :class="faded ? 'ffz-i-eye-off' : 'ffz-i-eye'" />
|
||||
</span>
|
||||
</button>
|
||||
<button v-if="!exclusive" class="tw-button-icon tw-mg-x-05 tw-relative ffz-il-tooltip__container" @click="popout">
|
||||
<button v-if="!exclusive && !this.context.simple_view" class="tw-button-icon tw-mg-x-05 tw-relative ffz-il-tooltip__container" @click="popout">
|
||||
<span class="tw-button-icon__icon">
|
||||
<figure class="ffz-i-link-ext" />
|
||||
</span>
|
||||
|
@ -44,7 +44,7 @@
|
|||
{{ t('main-menu.popout', 'Open Settings in a New Window') }}
|
||||
</div>
|
||||
</button>
|
||||
<button v-if="!exclusive" class="tw-button-icon tw-mg-x-05" @click="resize">
|
||||
<button v-if="!exclusive && !this.context.simple_view" class="tw-button-icon tw-mg-x-05" @click="resize">
|
||||
<span class="tw-button-icon__icon">
|
||||
<figure :class="{'ffz-i-window-maximize': !maximized, 'ffz-i-window-restore': maximized}" />
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue