update
This commit is contained in:
@@ -183,11 +183,11 @@ defineExpose({
|
|||||||
<IconButton
|
<IconButton
|
||||||
:icon="
|
:icon="
|
||||||
syncEnabled
|
syncEnabled
|
||||||
? 'streamline-stickies-color:earpod-connected'
|
? 'streamline-ultimate-color:flash-off'
|
||||||
: 'streamline-stickies-color:earpod-connected-duo'
|
: 'streamline-ultimate-color:monitor-flash'
|
||||||
"
|
"
|
||||||
:tip="syncEnabled ? SYNC_MESSAGES.SYNC_ON : SYNC_MESSAGES.SYNC_OFF"
|
:tip="syncEnabled ? SYNC_MESSAGES.SYNC_ON : SYNC_MESSAGES.SYNC_OFF"
|
||||||
:type="syncEnabled ? 'info' : 'default'"
|
:type="syncEnabled ? 'warning' : 'default'"
|
||||||
@click="toggleSync"
|
@click="toggleSync"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user