From 65858dab3e2656f44b0be668c994781cfb4b419d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Aug 2021 12:19:10 +0900 Subject: Improve client --- src/client/widgets/timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/widgets') diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue index 8548574afc..bd951d8565 100644 --- a/src/client/widgets/timeline.vue +++ b/src/client/widgets/timeline.vue @@ -86,7 +86,7 @@ export default defineComponent({ this.setSrc('list'); } })); - os.modalMenu([{ + os.popupMenu([{ text: this.$ts._timelines.home, icon: 'fas fa-home', action: () => { this.setSrc('home') } -- cgit v1.2.3-freya