From acf0765fb473ba272232cc6d13539354237b569d Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 14 Feb 2022 01:56:45 +0900 Subject: [PATCH] refs #3108 Fix unreadNotification setting path in direct --- .../components/TimelineSpace/Contents/DirectMessages.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/TimelineSpace/Contents/DirectMessages.vue b/src/renderer/components/TimelineSpace/Contents/DirectMessages.vue index 6dad5abf..209c122b 100644 --- a/src/renderer/components/TimelineSpace/Contents/DirectMessages.vue +++ b/src/renderer/components/TimelineSpace/Contents/DirectMessages.vue @@ -59,7 +59,7 @@ export default { openSideBar: state => state.TimelineSpace.Contents.SideBar.openSideBar, backgroundColor: state => state.App.theme.background_color, startReload: state => state.TimelineSpace.HeaderMenu.reload, - unreadNotification: state => state.TimelineSpace.unreadNotification + unreadNotification: state => state.TimelineSpace.timelineSetting.unreadNotification }), ...mapGetters('TimelineSpace/Modals', ['modalOpened']), shortcutEnabled: function () {