Skip to content

Commit

Permalink
Restore logon trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mgth committed Nov 15, 2015
1 parent ac389de commit a2208fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LittleBigMouse_Daemon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ public void Schedule()
TaskDefinition td = ts.NewTask();
td.RegistrationInfo.Description = "Multi-dpi aware monitors mouse crossover";
td.Triggers.Add(
new BootTrigger());
//new LogonTrigger());
//new BootTrigger());
new LogonTrigger());

var p = Process.GetCurrentProcess();
string filename = p.MainModule.FileName.Replace(".vshost", "");
Expand Down

0 comments on commit a2208fc

Please sign in to comment.