fix: header actions tooltips in timeline
This commit is contained in:
parent
8a8e7be076
commit
0d215599be
|
@ -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** {
|
||||
|
|
Loading…
Reference in New Issue