mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
Hide time travel button from Antennas for now (it's been broken)
This commit is contained in:
parent
7a0d67e4b0
commit
75d3bb923c
1 changed files with 5 additions and 5 deletions
|
@ -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 a new issue