replaced ti-music

This commit is contained in:
dakkar 2024-06-21 18:12:01 +01:00
parent 0b72513ce5
commit d21d428d64
6 changed files with 6 additions and 5 deletions

View file

@ -120,7 +120,7 @@ const menuDef = computed(() => [{
to: '/settings/statusbar',
active: currentPage.value?.route.name === 'statusbar',
}, {
icon: 'ph-music-notes ph-bold ph-lg',
icon: 'ti ti-music',
text: i18n.ts.sounds,
to: '/settings/sounds',
active: currentPage.value?.route.name === 'sounds',