From 446e2251a7a30f4abc14ca961f8c76e93f3ebafe Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 20 Mar 2019 22:16:50 +0900 Subject: [PATCH] refs #843 Add mention timeline to jump list --- src/renderer/store/TimelineSpace/Modals/Jump.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/store/TimelineSpace/Modals/Jump.js b/src/renderer/store/TimelineSpace/Modals/Jump.js index 4ff75ea6..b365edf0 100644 --- a/src/renderer/store/TimelineSpace/Modals/Jump.js +++ b/src/renderer/store/TimelineSpace/Modals/Jump.js @@ -15,6 +15,10 @@ const Jump = { name: i18n.t('side_menu.notification'), path: 'notifications' }, + { + name: i18n.t('side_menu.mention'), + path: 'mentions' + }, { name: i18n.t('side_menu.favourite'), path: 'favourites'