mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
Cashu: hide bottom bar on camera (#1458)
This commit is contained in:
parent
04d6656b27
commit
67d246b675
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ page_container %}
|
|||
<!-- disable bottom bar if dialogs are shown -->
|
||||
<div
|
||||
class="q-col-gutter"
|
||||
v-if="!welcomeDialog.show && !showSendTokens && !showInvoiceDetails && !showReceiveTokens && !payInvoiceData.show && !disclaimerDialog.show"
|
||||
v-if="!welcomeDialog.show && !showSendTokens && !showInvoiceDetails && !showReceiveTokens && !payInvoiceData.show && !disclaimerDialog.show && !camera.show"
|
||||
>
|
||||
<q-tabs
|
||||
class="lt-md fixed-bottom q-px-none q-py-md left-0 right-0 bg-primary text-white shadow-2 z-top q-px-0"
|
||||
|
|
Loading…
Add table
Reference in a new issue