mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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(() =>
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue