diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 04:49:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 04:49:21 +0900 |
| commit | f1e241255e1d982fd63536eb02dd7069a1658733 (patch) | |
| tree | 0ecc447f9b28a412d8a13f6216e9e80b9ae02669 /src/web/app/desktop/script.ts | |
| parent | :v: (diff) | |
| download | sharkey-f1e241255e1d982fd63536eb02dd7069a1658733.tar.gz sharkey-f1e241255e1d982fd63536eb02dd7069a1658733.tar.bz2 sharkey-f1e241255e1d982fd63536eb02dd7069a1658733.zip | |
Fix bug
Diffstat (limited to 'src/web/app/desktop/script.ts')
| -rw-r--r-- | src/web/app/desktop/script.ts | 2 |
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); } } |