Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0da683e549 |
@@ -144,16 +144,16 @@
|
|||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showParseDialog"
|
@click="showParseDialog"
|
||||||
:disable="!this.g.wallet.canSendPayments"
|
:label="$t('receive')"
|
||||||
:label="$t('paste_request')"
|
icon="file_download"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showReceiveDialog"
|
@click="showReceiveDialog"
|
||||||
:disable="!this.g.wallet.canReceivePayments"
|
:label="$t('send')"
|
||||||
:label="$t('create_invoice')"
|
icon="file_upload"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
|
|||||||
Reference in New Issue
Block a user