Remove "Sync Game IDs" warning when importing on Game Manager

This commit is contained in:
Michael J. Seiferling
2019-03-22 07:36:04 -06:00
parent 56f60b7685
commit 203c745f09
6 changed files with 15 additions and 38 deletions
+2 -2
View File
@@ -1104,12 +1104,12 @@ Public Class frmMain
End If
If bOfficial Then
mgrMonitorList.SyncGameIDs(sLocation, oSettings, True)
mgrMonitorList.SyncGameIDs(sLocation, True)
Else
sLocation = mgrCommon.OpenFileBrowser("XML_Import", frmGameManager_ChooseImportXML, "xml", frmGameManager_XML, Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), False)
If sLocation <> String.Empty Then
mgrMonitorList.SyncGameIDs(sLocation, oSettings, False)
mgrMonitorList.SyncGameIDs(sLocation, False)
End If
End If