From f1e241255e1d982fd63536eb02dd7069a1658733 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 23 Feb 2018 04:49:21 +0900 Subject: [PATCH] Fix bug --- src/web/app/desktop/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/desktop/script.ts b/src/web/app/desktop/script.ts index e7c8f8e49..bbd8e9598 100644 --- a/src/web/app/desktop/script.ts +++ b/src/web/app/desktop/script.ts @@ -65,7 +65,7 @@ init(async (launch) => { } if ((Notification as any).permission == 'granted') { - registerNotifications(app.$data.os.stream); + registerNotifications(os.stream); } }