tryphotino / photino.NET

https://tryphotino.io
Apache License 2.0
885 stars 73 forks source link

System Tray For All OS #171

Open oceanworldzebra opened 7 months ago

oceanworldzebra commented 7 months ago

When close the windows, the application will be quit.

Want: Close the windows, hide from taskbar. Using system tray menu to show the window again.

domialex commented 3 months ago

I'm pretty sure you can create a console program with a tray icon/menu that would create the windows when necessary.

Without a main program running somewhere, the program will simply close. So the windows would be the children of the console program.