-
Notifications
You must be signed in to change notification settings - Fork 269
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
Application doesn't minimize to taskbar on windows #48
Comments
Hi Jason! |
Hey, was looking at the current PR's, it seems like #32 has a bunch of the changes required to make it work on both windows and mac. I haven't been able to test them and there seems to be some merge issues with that PR. |
@TheDeployGuy @cassidoo Any update on this? it looks like a great improvement for those who have a lot of windows opened like me haha, I thought about implementing it myself but the truth is that I know very little about Js and Electron. |
Updated this for version 2 coming soon™ (yes, years later, but better late than never?) Making it so that on Windows, the X means "quit" instead of close. Experimented with the tray option that was in #32 and unfortunately just couldn't make everything work as smoothly as I would expect, so this is the solution we'll go with. |
@cassidoo Any update on this? I am on windows and I can't get it to minimize to taskbar (tray)... Any kind of workaround to make this work? |
@dynamiccontent do you have the latest version? I'm on Windows now and don't see the problems you're having. |
@cassidoo I am using the https://github.com/cassidoo/todometer/releases/tag/v2.0.1 should be the latest right? I have set the app to start at boot and would just like to keep it minimized while I do tasks so it does not take any space on taskbar and I keep getting notifications while I do tasks. The tray is very compact and does not take any space at all. Maybe is just my ocd... |
Hey @cassidoo ,
I see in the code when the window 'close' button is clicked it's suppose to keep the application running in the background. On OS X this seems to be the normal behaviour when you hit 'close' window button it is still running however on Windows when you hit close it completely closes the application. This is also causing problems when doing development if you accidentally close the window there is no way to restore it and you need to kill the 'npm start' command and rerun it.
Do you want it to act the same on windows e.g. when the user hits the window close button, it minimizes to the taskbar instead of full closing?
I already have this mostly working on windows, I want to also test on OS X before submitting a PR. Let me know if you would like this?
Jason
The text was updated successfully, but these errors were encountered: