Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 21, 2024
1 parent 7e6f188 commit 7c1a174
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/components/ReceiveTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,35 @@
>
<q-icon name="lock_outline" class="q-pr-sm" />Lock
</q-btn>
<q-btn
v-if="!enablePaymentRequest"
v-close-popup
rounded
flat
color="grey"
class="q-ml-auto"
>Close</q-btn
>
</div>
<div class="row q-mt-lg">
<div
v-if="!receiveData.tokensBase64.length && enablePaymentRequest"
class="row q-mt-lg"
>
<q-btn
unelevated
dense
class="q-mr-sm"
v-if="!receiveData.tokensBase64.length && enablePaymentRequest"
@click="handlePaymentRequestBtn"
>
<q-icon name="move_to_inbox" class="q-pr-sm" />Payment Request
</q-btn>
<q-btn v-close-popup rounded flat color="grey" class="q-ml-auto q-pr-xs"
<q-btn
v-if="enablePaymentRequest"
v-close-popup
rounded
flat
color="grey"
class="q-ml-auto"
>Close</q-btn
>
</div>
Expand Down

0 comments on commit 7c1a174

Please sign in to comment.