Fix #166, also includes a minor form load bug fix

This commit is contained in:
Michael J. Seiferling
2018-10-15 11:11:16 -06:00
parent 9dc409415f
commit 9fdc35c43d
2 changed files with 23 additions and 3 deletions
+1
View File
@@ -882,6 +882,7 @@ Public Class frmMain
PauseScan()
frm.Settings = oSettings
frm.PendingRestores = bPendingRestores
frm.LastPlayedGame = oProcess.GameInfo
frm.ShowDialog()
LoadGameSettings()
ResumeScan()