feat: show auth green icon
This commit is contained in:
parent
b664500061
commit
a27bbe628c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="usb"
|
icon="usb"
|
||||||
:text-color="selectedPort ? 'orange' : 'white'"
|
:text-color="selectedPort ? hww.authenticated ? 'green' : 'orange' : 'white'"
|
||||||
@click="toggleSerialPortConection"
|
@click="toggleSerialPortConection"
|
||||||
>
|
>
|
||||||
<q-list>
|
<q-list>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue