klaudiosinani / ao

Elegant Microsoft To-Do desktop app
https://klaussinani.github.io/ao
MIT License
2.1k stars 198 forks source link

Multiple Instances #122

Open michaelmiscanuk opened 4 years ago

michaelmiscanuk commented 4 years ago

Hi, is it possible to open more instances?? Thanks

825i commented 4 years ago

No

chekoopa commented 3 years ago

Longer answer: it's possible to add the option to support multiple instances, but it depends on what do you need it for.

Simultaneously working with multiple lists? Sounds interesting, yet it's seems possible without multi-instancing (just enable opening multiple windows and catching sign out event to close them all).

Multiaccounting? Not sure, all the instances share one cache and cookie storage, so it's potentially breaking. And if we still consider doing that, it's still possible with just multiple windows.

I'm curious about other possible use cases of the subject.