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