LISTEN-moe / desktop-app

Official LISTEN.moe Desktop Client
https://listen.moe/apps
91 stars 8 forks source link

fix: settings and login modal #23

Closed r15ch13 closed 4 years ago

r15ch13 commented 4 years ago

await rpc.login() seems to block all following events from registering correctly. So I simply moved it to the end of the scope.

closes #22

raniesantos commented 4 years ago

@Pitu @iCrawl