20hoibe / stack

Keep track of your tasks. But don't get lost in organization.
MIT License
5 stars 0 forks source link

Make `stack` a `Singleton` #29

Closed s1hofmann closed 5 years ago

s1hofmann commented 6 years ago

Currently it's possible to run multiple instances of stack in parallel, causing global shortcuts to execute N times.

bildschirmfoto 2018-10-05 um 23 26 55

bildschirmfoto 2018-10-05 um 23 27 12

To avoid this behaviour, we should make stack a single instance

DaAitch commented 6 years ago

@s1hofmann I think we should fix this also with Milestone 1