Skip to content

Commit 7dfacee

Browse files
author
pompurin404
committed
limit auto start timing
1 parent cfec861 commit 7dfacee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resolve/autoRun.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const taskXml = `
3131
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
3232
<AllowHardTerminate>false</AllowHardTerminate>
3333
<StartWhenAvailable>true</StartWhenAvailable>
34-
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
34+
<RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
3535
<IdleSettings>
3636
<StopOnIdleEnd>false</StopOnIdleEnd>
3737
<RestartOnIdle>false</RestartOnIdle>

0 commit comments

Comments
 (0)