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.
2 parents 7e99d73 + 35b30c4 commit a9d00b0Copy full SHA for a9d00b0
WinNUT_V2/WinNUT-Client/WinNUT.vb
@@ -402,7 +402,7 @@ Public Class WinNUT
402
' Begin auto-connecting if user indicated they wanted it. (Note: Will hang form because we don't do threading yet)
403
If Arr_Reg_Key.Item("AutoReconnect") Then
404
LogFile.LogTracing("Auto-connecting to UPS on startup.", LogLvl.LOG_NOTICE, Me)
405
- UPS_Connect()
+ UPS_Connect(True)
406
End If
407
408
LogFile.LogTracing("Completed WinNUT_Shown", LogLvl.LOG_DEBUG, Me)
0 commit comments