DocumentResultList: Make window title configurable
This commit is contained in:
@@ -95,6 +95,10 @@ Public Class frmDocumentResultList
|
||||
InitAppServer()
|
||||
End If
|
||||
|
||||
If _Params.WindowTitle <> "" Then
|
||||
Text = $"{Text} - {_Params.WindowTitle}"
|
||||
End If
|
||||
|
||||
' Initialize Viewer with GDPicture.NET License
|
||||
If _Environment.Settings.GdPictureKey = String.Empty Then
|
||||
Throw New ApplicationException("GDPicture Licensekey is missing!")
|
||||
|
||||
Reference in New Issue
Block a user