1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:06:39 +09:00

Hide time travel button from Antennas for now (it's been broken)

This commit is contained in:
Freeplay 2023-06-10 19:45:11 -04:00
parent 1276025e1d
commit 999722f262

View file

@ -106,11 +106,11 @@ watch(
const headerActions = $computed(() =>
antenna
? [
{
icon: "ph-calendar-blank ph-bold ph-lg",
text: i18n.ts.jumpToSpecifiedDate,
handler: timetravel,
},
// {
// icon: "ph-calendar-blank ph-bold ph-lg",
// text: i18n.ts.jumpToSpecifiedDate,
// handler: timetravel,
// },
{
icon: "ph-gear-six ph-bold ph-lg",
text: i18n.ts.settings,