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