Cashu: hide bottom bar on camera (#1458)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user