From 050b1d4cf606d3f307c16294c979ea4efe77b541 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 7 May 2022 15:00:13 +0900 Subject: [PATCH] refs #3301 Rewrite Preferences/Notification with composition API --- .../components/Preferences/Notification.vue | 163 +++++++++--------- .../store/Preferences/Notification.ts | 11 +- 2 files changed, 88 insertions(+), 86 deletions(-) diff --git a/src/renderer/components/Preferences/Notification.vue b/src/renderer/components/Preferences/Notification.vue index 0be5ba4a..2a8456d9 100644 --- a/src/renderer/components/Preferences/Notification.vue +++ b/src/renderer/components/Preferences/Notification.vue @@ -36,110 +36,107 @@ -