-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting aw-qt should open the web UI #10
Comments
I don't agree with this. |
Added startup notification in 879b790 |
Reopening due to user feedback from @JohnHamiltonNZ in Twitter DM:
That startup notification I created could also be more informative, such as including where to click to open the web UI. |
I now think that when first started/clicked, it should only open the ActivityWatch web UI if it's already running (so that a user who clicks it and wonders why nothing is happening/doesn't notice the tray icon, will at least have the web UI opened for them). This gets a tiny bit complicated by the possibility that the user could be running multiple instances of aw-qt (one for prod and one for testing), which should then open their respective web UIs (see also #79). |
i have briefly gone through the code, i think i can give this issue a shot. |
added small method to auto-open webui here https://github.com/Edwardsoen/aw-qt/commit/620fd8a9f3e7ba4092cd7710b37c7d1861a6a719. |
Obviously not if autostarted (a flag might be helpful, that's how Syncthing does it).
The text was updated successfully, but these errors were encountered: