diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-01 13:38:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-01 13:38:48 +0900 |
| commit | 9195504329e8a44733d238f728fe0054352856c6 (patch) | |
| tree | 0f8e1d170d73f05c7effe833d6673f053defea3d /src/client/ui/default.vue | |
| parent | :art: (diff) | |
| download | misskey-9195504329e8a44733d238f728fe0054352856c6.tar.gz misskey-9195504329e8a44733d238f728fe0054352856c6.tar.bz2 misskey-9195504329e8a44733d238f728fe0054352856c6.zip | |
Improve task manager
Diffstat (limited to 'src/client/ui/default.vue')
| -rw-r--r-- | src/client/ui/default.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/default.vue b/src/client/ui/default.vue index caf5052a95..7127d8f12c 100644 --- a/src/client/ui/default.vue +++ b/src/client/ui/default.vue @@ -141,7 +141,7 @@ export default defineComponent({ created() { document.documentElement.style.overflowY = 'scroll'; - this.connection = os.stream.useSharedConnection('main'); + this.connection = os.stream.useSharedConnection('main', 'UI'); this.connection.on('notification', this.onNotification); if (this.$store.state.deviceUser.widgets.length === 0) { |