Hide time travel button from Antennas for now (it's been broken)
This commit is contained in:
parent
1276025e1d
commit
999722f262
|
@ -106,11 +106,11 @@ watch(
|
||||||
const headerActions = $computed(() =>
|
const headerActions = $computed(() =>
|
||||||
antenna
|
antenna
|
||||||
? [
|
? [
|
||||||
{
|
// {
|
||||||
icon: "ph-calendar-blank ph-bold ph-lg",
|
// icon: "ph-calendar-blank ph-bold ph-lg",
|
||||||
text: i18n.ts.jumpToSpecifiedDate,
|
// text: i18n.ts.jumpToSpecifiedDate,
|
||||||
handler: timetravel,
|
// handler: timetravel,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
icon: "ph-gear-six ph-bold ph-lg",
|
icon: "ph-gear-six ph-bold ph-lg",
|
||||||
text: i18n.ts.settings,
|
text: i18n.ts.settings,
|
||||||
|
|
Loading…
Reference in New Issue