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
+1 -6
View File
@@ -30,7 +30,7 @@ Public Class mgrSettings
<Flags()> Public Enum eSuppressMessages
None = 0
GameIDSync = 1
Unused = 1 'Do not remove to maintain compatability, re-use for a future field.
BackupImport = 2
WinConfigsInLinux = 4
WineConfig = 16
@@ -318,11 +318,6 @@ Public Class mgrSettings
End Set
End Property
Sub New()
'The GameIDsync message should be suppressed on all new databases
SuppressMessages = SetMessageField(SuppressMessages, eSuppressMessages.GameIDSync)
End Sub
Private Sub SaveFromClass()
Dim oDatabase As New mgrSQLite(mgrSQLite.Database.Local)
Dim sSQL As String