mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 12:56:16 +02:00
Auto stash before checking out "HEAD"
This commit is contained in:
@@ -82,20 +82,7 @@
|
|||||||
<q-tr :props="props">
|
<q-tr :props="props">
|
||||||
|
|
||||||
<q-td auto-width>
|
<q-td auto-width>
|
||||||
|
|
||||||
<q-btn
|
|
||||||
unelevated
|
|
||||||
dense
|
|
||||||
size="xs"
|
|
||||||
icon="toll"
|
|
||||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
|
||||||
@click="formDialogCharge.show = true, formDialogCharge.data.walletid = props.row.id"
|
|
||||||
>
|
|
||||||
|
|
||||||
<q-tooltip>
|
|
||||||
Charge link
|
|
||||||
</q-tooltip>
|
|
||||||
</q-btn>
|
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
dense
|
dense
|
||||||
@@ -572,7 +559,7 @@
|
|||||||
openQrCodeDialog: function (linkId) {
|
openQrCodeDialog: function (linkId) {
|
||||||
var self = this
|
var self = this
|
||||||
var getAddresses = this.getAddresses
|
var getAddresses = this.getAddresses
|
||||||
getAddresses(linkId)
|
this.getAddresses(linkId)
|
||||||
self.current = linkId
|
self.current = linkId
|
||||||
self.Addresses.show = true
|
self.Addresses.show = true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user