タスクマネージャー(wip)

This commit is contained in:
syuilo
2020-11-01 11:39:38 +09:00
parent b64d3af1f3
commit 75a9ff832a
5 changed files with 139 additions and 11 deletions

View File

@ -252,7 +252,7 @@ if (store.getters.isSignedIn) {
}
}
const main = stream.useSharedConnection('main');
const main = stream.useSharedConnection('main', 'system');
// 自分の情報が更新されたとき
main.on('meUpdated', i => {