mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix issue when checking logon task
This commit is contained in:
parent
3f93d184c5
commit
3d9a6b28d0
1 changed files with 3 additions and 2 deletions
|
|
@ -56,15 +56,16 @@ public class AutoStartup
|
|||
UnscheduleLogonTask();
|
||||
ScheduleLogonTask();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
Log.Error("AutoStartup", "Failed to check logon task");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public static void Disable(bool logonTask)
|
||||
|
|
|
|||
Loading…
Reference in a new issue