app: fix thread execution state #40

This commit is contained in:
Nguyen Duy
2024-06-06 20:38:13 +07:00
parent 78df4e0192
commit 423568a792
+1
View File
@@ -37,6 +37,7 @@ namespace ParsecVDisplay
if (InitDriver())
{
Helper.StayAwake(false);
Application.Run(new Tray());
ParsecVDD.Uninit();
}