summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-23 04:49:21 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-23 04:49:21 +0900
commitf1e241255e1d982fd63536eb02dd7069a1658733 (patch)
tree0ecc447f9b28a412d8a13f6216e9e80b9ae02669 /src/web
parent:v: (diff)
downloadsharkey-f1e241255e1d982fd63536eb02dd7069a1658733.tar.gz
sharkey-f1e241255e1d982fd63536eb02dd7069a1658733.tar.bz2
sharkey-f1e241255e1d982fd63536eb02dd7069a1658733.zip
Fix bug
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/script.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/script.ts b/src/web/app/desktop/script.ts
index e7c8f8e492..bbd8e9598b 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);
}
}