mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-02 10:02:36 +01:00
Fixed start minimized option
This commit is contained in:
parent
2990013907
commit
43855ef934
@ -234,9 +234,9 @@ namespace DS4Windows
|
||||
break;
|
||||
}
|
||||
|
||||
if (!(startMinimizedCheckBox.Checked || mini))
|
||||
if (startMinimizedCheckBox.Checked || mini)
|
||||
{
|
||||
Show();
|
||||
WindowState = FormWindowState.Minimized;
|
||||
}
|
||||
|
||||
RefreshProfiles();
|
||||
|
@ -103,7 +103,7 @@ namespace DS4Windows
|
||||
//rootHub = new ControlService();
|
||||
Application.EnableVisualStyles();
|
||||
ds4form = new DS4Form(args);
|
||||
Application.Run(ds4form);
|
||||
Application.Run();
|
||||
//mutex.ReleaseMutex();
|
||||
//}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user