Improve task manager
This commit is contained in:
parent
8c5d9dd549
commit
9195504329
6 changed files with 52 additions and 14 deletions
|
|
@ -109,7 +109,7 @@ export default defineComponent({
|
|||
window.addEventListener('wheel', this.onWheel);
|
||||
|
||||
if (this.$store.getters.isSignedIn) {
|
||||
this.connection = os.stream.useSharedConnection('main');
|
||||
this.connection = os.stream.useSharedConnection('main', 'UI');
|
||||
this.connection.on('notification', this.onNotification);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue