@zoof I had the same issue. You can change [Behaviour] startupbehaviour to 2, for example. Here are the possible values:

enum StartupBehaviour { Startup_Remember = 1, Startup_Show = 2, Startup_Hide = 3, Startup_ShowMaximized = 4, Startup_ShowMinimized = 5, };