fix: small UI stuff

This commit is contained in:
Vlad Stan 2022-08-04 15:19:03 +03:00
parent e55044da5a
commit 8075503566
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
@click="openSerialPortConfig" @click="openSerialPortConfig"
> >
<q-item-section> <q-item-section>
<q-item-label>Connect</q-item-label> <q-item-label>Config & Connect</q-item-label>
<q-item-label caption <q-item-label caption
>Set the Serial Port communication parameters.</q-item-label >Set the Serial Port communication parameters.</q-item-label
> >

View file

@ -191,7 +191,7 @@
label="Account Extended Public Key; xpub, ypub, zpub; Bitcoin Descriptor" label="Account Extended Public Key; xpub, ypub, zpub; Bitcoin Descriptor"
></q-input> ></q-input>
<q-select <q-select
v-if="!formDialog.useSerialPort" v-if="formDialog.useSerialPort"
filled filled
dense dense
emit-value emit-value