From fb5f6fdc103e83652415a3f1379a01f1fb487585 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 19 Oct 2018 06:36:59 +0900 Subject: 未読の投稿をすべて既読にできるように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/desktop/views/components/settings.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client') diff --git a/src/client/app/desktop/views/components/settings.vue b/src/client/app/desktop/views/components/settings.vue index 1a8cb6b0b9..50582b3525 100644 --- a/src/client/app/desktop/views/components/settings.vue +++ b/src/client/app/desktop/views/components/settings.vue @@ -169,6 +169,9 @@ %i18n:@auto-watch% %i18n:@auto-watch-desc% +
+ %i18n:@mark-as-read-all-unread-notes% +
@@ -488,6 +491,9 @@ export default Vue.extend({ }); }, methods: { + readAllUnreadNotes() { + (this as any).api('i/read_all_unread_notes'); + }, customizeHome() { this.$router.push('/i/customize-home'); this.$emit('done'); -- cgit v1.2.3-freya