Common: Notification Start up fix

This commit is contained in:
Jonathan Jenne 2022-09-14 14:25:12 +02:00
parent 0e3a621517
commit 66003aee94

View File

@ -178,7 +178,7 @@ Public Class frmNotification_Startup
Private Function GetOperationMode() As OperationMode
Dim oOperationMode As OperationMode
If Environment.Service.Client.IsOnline AndAlso Environment.Service.Address <> String.Empty Then
If Environment.Service.Client?.IsOnline AndAlso Environment.Service.Address <> String.Empty Then
oOperationMode = OperationMode.WithAppServer
Else
oOperationMode = OperationMode.NoAppServer