SpecialVideo 隐藏WindowSize工具栏按钮和虚拟窗口右键菜单
This commit is contained in:
parent
3a92bee88e
commit
aa43b6965b
|
@ -45,6 +45,7 @@
|
|||
</q-item>
|
||||
<q-item
|
||||
clickable
|
||||
v-if="$store.state.isLedPlayer()"
|
||||
v-close-popup
|
||||
:disable="$props.disable"
|
||||
@click="$emit('edit_rect', $props.window.window_id)"
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
<q-btn
|
||||
stretch
|
||||
:disable="!$store.state.power_state"
|
||||
v-if="$store.state.isLedPlayer()"
|
||||
flat
|
||||
stack
|
||||
no-caps
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
:disable="plan_running || !$store.state.power_state"
|
||||
:icon="/*vertical_align_bottom*/ 'img:new_icon/edit_window_rect.png'"
|
||||
:label="$t('toolbar edit window rect')"
|
||||
v-if="$store.state.isLedPlayer()"
|
||||
class="q-mr-sm"
|
||||
@click="editRect"
|
||||
/>
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
:disable="plan_running || !$store.state.power_state"
|
||||
:icon="/*vertical_align_bottom*/ 'img:new_icon/edit_window_rect.png'"
|
||||
:label="$t('toolbar edit window rect')"
|
||||
v-if="$store.state.isLedPlayer()"
|
||||
class="q-mr-sm"
|
||||
@click="editRect"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue