This commit is contained in:
2025-10-05 19:47:25 +08:00
parent f593b34ce7
commit 2b93a9e849

View File

@@ -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"
/> />