This commit is contained in:
arcbtc
2024-12-18 21:55:54 +00:00
parent 1a6671b4b3
commit acd3b598b7
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -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
+1 -1
View File
@@ -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 })