Cashu: hide bottom bar on camera (#1458)

This commit is contained in:
calle 2023-02-05 17:48:57 +01:00 committed by GitHub
parent 04d6656b27
commit 67d246b675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,7 @@ page_container %}
<!-- disable bottom bar if dialogs are shown --> <!-- disable bottom bar if dialogs are shown -->
<div <div
class="q-col-gutter" 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 <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" 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"