MayGo / tockler

An application that tracks your time by monitoring your active window title and idle time.
http://maygo.github.io/tockler/
GNU General Public License v2.0
860 stars 103 forks source link

Allow the main window to stay open in the background by just hiding the window #259

Open marcusquinn opened 1 year ago

marcusquinn commented 1 year ago

It's typical for apps like this to remain available with alt-tab after the window is closed, by not quitting the Main Window app without specifically intending to do that with File > Quit.

This also save on the appearance of the application's startup time, since it remains loaded in the background.