Compare commits
2
Commits
dev
...
fix/labels
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2320018302 | ||
|
|
0dc0725a9b |
@@ -133,8 +133,8 @@
|
|||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showParseDialog"
|
@click="showReceiveDialog"
|
||||||
:disable="!this.g.wallet.canSendPayments"
|
:disable="!this.g.wallet.canReceivePayments"
|
||||||
:label="$t('receive')"
|
:label="$t('receive')"
|
||||||
icon="file_download"
|
icon="file_download"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
@@ -142,8 +142,8 @@
|
|||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showReceiveDialog"
|
@click="showParseDialog"
|
||||||
:disable="!this.g.wallet.canReceivePayments"
|
:disable="!this.g.wallet.canSendPayments"
|
||||||
:label="$t('send')"
|
:label="$t('send')"
|
||||||
icon="file_upload"
|
icon="file_upload"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user