mirror of
https://github.com/lnbits/lnbits.git
synced 2025-12-04 17:51:07 +01:00
chnaged button names
This commit is contained in:
@@ -673,9 +673,8 @@
|
||||
@click="g.visibleDrawer = !g.visibleDrawer"
|
||||
>
|
||||
</q-tab>
|
||||
<q-tab icon="content_paste" label="Paste Invoice" @click="showParseDialog">
|
||||
</q-tab>
|
||||
<q-tab icon="file_download" label="Create Invoice" @click="showReceiveDialog">
|
||||
<q-tab icon="content_paste" label="Paste" @click="showParseDialog"> </q-tab>
|
||||
<q-tab icon="file_download" label="Receive" @click="showReceiveDialog">
|
||||
</q-tab>
|
||||
|
||||
<q-tab icon="photo_camera" label="Scan" @click="showCamera"> </q-tab>
|
||||
|
||||
Reference in New Issue
Block a user