Closed xboxones1 closed 1 year ago
Do you have "Run in system tray" ticked as well? It looks like there is a bug that allows you to tick "Start minimized" even when "Run in system tray" is off. This will be fixed in the next release. With both of these checked it works fine for me.
I reset Windows settings to default and minimized worked. As for the tick, I didn’t have such a bug. Without the "Run in system tray" checkbox, cannot select "Start minimized"
I installed Windows 11 23H2, installed Warpinator and start minimized doesn't work again. I tried resetting the settings again and this time it didn’t help. I read on the Internet and they write that minimizing the program will not work correctly in Form1_Load
since minimizing is triggered before the form loads. Recommend on what to put in Form1_Shown
So I've put the Hide()
call into Form1_Shown
as you suggested. Does this fix your issue? Also please check that "Start minimized" is still enabled in settings. There was a bug that caused the settings to reset to default every time Warpinator was updated.
Yes, this fixed the problem. Thank's
start minimized doesn't work on Windows 11, the program loads as usual, the option does not affect the behavior of the program in any way. I checked it on a virtual machine, I thought there might be something wrong with my OS, but it doesn’t work there either