Skip to content

Commit db94657

Browse files
committed
Fix: Mediaタイムラインを復旧
1 parent 8d4f0a3 commit db94657

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/frontend/src/timeline-header.ts

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ export const timelineHeaderItemDef = reactive<Partial<Record<TimelineHeaderItem,
5858
title: i18n.ts._timelines.social,
5959
icon: 'ti ti-universe',
6060
iconOnly: true,
61+
},
62+
media: {
63+
title: i18n.ts._timelines.media,
64+
icon: 'ti ti-photo',
65+
iconOnly: true,
6166
} } : {}),
6267
...(isGlobalTimelineAvailable ? { global: {
6368
title: i18n.ts._timelines.global,

0 commit comments

Comments
 (0)