mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 13:50:45 +00:00
app: move pinging loop to daemon thread
This commit is contained in:
@@ -45,7 +45,11 @@ namespace ParsecVDisplay
|
||||
if (InitDriver())
|
||||
{
|
||||
Helper.StayAwake(false);
|
||||
Daemon.Start();
|
||||
|
||||
Application.Run(new Tray());
|
||||
|
||||
Daemon.Stop();
|
||||
ParsecVDD.Uninit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user