Skip to content

Commit

Permalink
Fixed quasar#249
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed May 31, 2015
1 parent 5197946 commit 8face0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static void Initialize()

new Thread(SystemCore.UserIdleThread).Start();

if (Settings.STARTUP)
if (Settings.STARTUP && Settings.INSTALL)
{
SystemCore.AddToStartup();
}
Expand Down

0 comments on commit 8face0a

Please sign in to comment.