Skip to content

Commit

Permalink
Listがタイムラインのヘッダーから消えている
Browse files Browse the repository at this point in the history
  • Loading branch information
tai-cha committed Jul 31, 2024
1 parent e596928 commit 3a4b79a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend/src/pages/timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ const headerTabs = computed(() => [...(defaultStore.reactiveState.pinnedUserList
icon: basicTimelineIconClass(tl),
iconOnly: true,
})), {
icon: 'ti ti-list',
title: i18n.ts.lists,
iconOnly: true,
onClick: chooseList,
}, {
icon: 'ti ti-antenna',
title: i18n.ts.antennas,
iconOnly: true,
Expand Down

0 comments on commit 3a4b79a

Please sign in to comment.