bug fix
This commit is contained in:
@@ -28,10 +28,9 @@
|
|||||||
<q-card
|
<q-card
|
||||||
:style="$q.screen.lt.md ? {
|
:style="$q.screen.lt.md ? {
|
||||||
background: $q.screen.lt.md ? 'none !important': ''
|
background: $q.screen.lt.md ? 'none !important': ''
|
||||||
, boxShadow: $q.screen.lt.md ? 'none !important': ''
|
, boxShadow: $q.screen.lt.md ? 'none !important': ''
|
||||||
, margin: $q.screen.lt.md && mobileSimple ? 'auto !important': ''
|
, width: $q.screen.lt.md && mobileSimple ? '90% !important': ''
|
||||||
, width: $q.screen.lt.md && mobileSimple ? '90% !important': ''
|
} : ''"
|
||||||
} : ''"
|
|
||||||
>
|
>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -170,7 +169,6 @@
|
|||||||
unelevated
|
unelevated
|
||||||
color="secondary"
|
color="secondary"
|
||||||
icon="qr_code_scanner"
|
icon="qr_code_scanner"
|
||||||
:label="$t('scan')"
|
|
||||||
>
|
>
|
||||||
<q-tooltip
|
<q-tooltip
|
||||||
><span v-text="$t('camera_tooltip')"></span
|
><span v-text="$t('camera_tooltip')"></span
|
||||||
|
|||||||
@@ -708,7 +708,7 @@ window.app = Vue.createApp({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
updatePayments() {
|
updatePayments() {
|
||||||
this.updateFiatBalance(this.g.wallet.currenc)
|
this.fetchBalance()
|
||||||
},
|
},
|
||||||
'update.currency'(newValue) {
|
'update.currency'(newValue) {
|
||||||
this.updateWallet({ currency: newValue })
|
this.updateWallet({ currency: newValue })
|
||||||
|
|||||||
Reference in New Issue
Block a user