diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 10:01:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 10:01:00 +0900 |
| commit | c47addc973af1a685dfa39ed1e484df85a02e306 (patch) | |
| tree | 91d1f1bd19ca01194acf5223b34e4b430ac5bb54 /src/web/app/desktop/script.ts | |
| parent | v3177 (diff) | |
| download | sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.gz sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.bz2 sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.zip | |
#934
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 694cb7879c..b06cb180e1 100644 --- a/src/web/app/desktop/script.ts +++ b/src/web/app/desktop/script.ts @@ -40,7 +40,7 @@ init(async (mios: MiOS) => { // Start routing route(mios); -}); +}, true); function registerNotifications(stream: HomeStreamManager) { if (stream == null) return; |