fix: header actions tooltips in timeline

This commit is contained in:
ThatOneCalculator 2023-01-10 09:24:45 -08:00
parent 8a8e7be076
commit 0d215599be
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -202,12 +202,14 @@ const headerActions = $computed(() => [
{
icon: 'ph-list-bullets-bold ph-lg',
title: i18n.ts.lists,
text: i18n.ts.lists,
iconOnly: true,
handler: chooseList,
},
{
icon: 'ph-flying-saucer-bold ph-lg',
title: i18n.ts.antennas,
text: i18n.ts.lists,
iconOnly: true,
handler: chooseAntenna,
} /* **TODO: fix timetravel** {