From 9d1fa3f20259cf7c303d49d5aae8e1fecdafc7ed Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Nov 2020 16:49:23 +0900 Subject: autoWatch機能を削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/pages/settings/notifications.vue | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/client') diff --git a/src/client/pages/settings/notifications.vue b/src/client/pages/settings/notifications.vue index 0b709a504b..ff0c276398 100644 --- a/src/client/pages/settings/notifications.vue +++ b/src/client/pages/settings/notifications.vue @@ -3,15 +3,6 @@
{{ $t('notificationSetting') }}
-
-
-
- - {{ $t('autoNoteWatch') }} - -
-
-
{{ $t('markAsReadAllNotifications') }} {{ $t('markAsReadAllUnreadNotes') }} @@ -52,12 +43,6 @@ export default defineComponent({ }, methods: { - onChangeAutoWatch(v) { - os.api('i/update', { - autoWatch: v - }); - }, - readAllUnreadNotes() { os.api('i/read-all-unread-notes'); }, -- cgit v1.2.3-freya