SebastianBecker2 / PowerPlanSwitcher

Tray-Icon tool to show the currently selected windows power plan, switch it manually and automatically.
MIT License
33 stars 4 forks source link

Start minimized (tray icon only) #1

Closed Sam13 closed 11 months ago

Sam13 commented 11 months ago

I have created an autostart shortcut to launch the PPS tool on Windows startup. Is there an option to start it minimized (tray icon only)? Currently the configuration screen shows up.

Thanks

SebastianBecker2 commented 11 months ago

There isn't an option to start the tool with the options showing. It always starts minimized (tray icon only).

Is it possible that you're actually using another tool? I did a bad job choosing the name. There are multiple with the same name. (In my defense, it's a rather obvious name.) My options dialog look like this? image

Sam13 commented 11 months ago

Yes it's this tool, I'm sure because had to compile it myself. Nevertheless, I guess I have found the issue: https://github.com/SebastianBecker2/PowerPlanSwitcher/blob/a93678a16cc95f583844c0a48bdac35fb336d010/PowerPlanSwitcher/ContextMenu.cs#L27

Since I have a Debug build this may cause the issue...

Sam13 commented 11 months ago

Works with the release compile