onClick -> handler

This commit is contained in:
ThatOneCalculator 2022-07-26 14:35:12 -07:00
parent b036c9d490
commit 28473d382a
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.0-calc.6.b4",
"version": "12.118.0-calc.7.b4",
"codename": "indigo",
"repository": {
"type": "git",

View file

@ -115,22 +115,22 @@ const headerActions = $computed(() => [{
icon: 'fas fa-list-ul',
title: i18n.ts.lists,
iconOnly: true,
onClick: chooseList,
handler: chooseList,
}, {
icon: 'fas fa-satellite',
title: i18n.ts.antennas,
iconOnly: true,
onClick: chooseAntenna,
handler: chooseAntenna,
}, {
icon: 'fas fa-satellite-dish',
title: i18n.ts.channel,
iconOnly: true,
onClick: chooseChannel,
handler: chooseChannel,
}, {
icon: 'fas fa-calendar-alt',
title: i18n.ts.jumpToSpecifiedDate,
iconOnly: true,
onClick: timetravel,
handler: timetravel,
}]);
const headerTabs = $computed(() => [{