Renamed various objects

This commit is contained in:
2019-03-24 11:55:27 +00:00
parent 8c3c6876eb
commit bcd40eb55f
3 changed files with 59 additions and 59 deletions
+3 -3
View File
@@ -968,7 +968,7 @@ Public Class frmMain
mgrPath.RemoteDatabaseLocation = oSettings.BackupFolder
SetupSyncWatcher()
LoadGameSettings()
LoadInterfaceState()
LoadCustomUISettings()
End If
ResumeScan()
End Sub
@@ -1567,7 +1567,7 @@ Public Class frmMain
ResetGameInfo()
'Initialise and sets interface customizations
LoadInterfaceState()
LoadCustomUISettings()
End Sub
Private Function BuildChildProcesses() As Integer
@@ -1631,7 +1631,7 @@ Public Class frmMain
End Try
End Sub
Private Sub LoadInterfaceState()
Private Sub LoadCustomUISettings()
#Region "Auto-hide log"
If oSettings.AutoHideLog Then
Size = New Size(0, 0)