sebescudie / GammaLauncher

A simple launcher for VVVV Gamma
GNU General Public License v3.0
48 stars 7 forks source link

Feature/minimize to tray #59

Closed bj-rn closed 1 year ago

bj-rn commented 1 year ago

Hey, I added a NotifyIcon.

App is minimized to system tray (notification area). Left click on the notification icon maximizes the window again. Right click brings up a context menu which has two entries:

I prefer it that way but don't know if it should be the default behaviour. Maybe It can be added as setting: either minimize to tray or to taskbar.

I branched off feature/mute-arguments since it already fixed the issues when updating to 5.0 stable.

sebescudie commented 1 year ago

Hey there, thanks for the proposal!

Just merged your branch to develop : there are a bunch of things I'd like to tackle before merging to main.

And yes, I think a setting could make sense. Gotta tackle the settings conversion thing first :)

Thanks!

bj-rn commented 1 year ago

Completely missed the dev branch...

sebescudie commented 1 year ago

No prob!