This commit is contained in:
MaxXor 2015-05-31 20:52:03 +02:00
parent 51979463f5
commit 8face0ab0c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ namespace xClient
new Thread(SystemCore.UserIdleThread).Start(); new Thread(SystemCore.UserIdleThread).Start();
if (Settings.STARTUP) if (Settings.STARTUP && Settings.INSTALL)
{ {
SystemCore.AddToStartup(); SystemCore.AddToStartup();
} }