We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93d18 commit 3d9a6b2Copy full SHA for 3d9a6b2
Flow.Launcher/Helper/AutoStartup.cs
@@ -56,15 +56,16 @@ private static bool CheckLogonTask()
56
UnscheduleLogonTask();
57
ScheduleLogonTask();
58
}
59
+
60
+ return true;
61
62
catch (Exception)
63
{
64
Log.Error("AutoStartup", "Failed to check logon task");
- return false;
65
66
67
- return true;
68
+ return false;
69
70
71
public static void Disable(bool logonTask)
0 commit comments