Disable game id sync message when database is new
This commit is contained in:
@@ -265,6 +265,11 @@ Public Class mgrSettings
|
|||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
Sub New()
|
||||||
|
'The GameIDsync message should be supressed on all new databases
|
||||||
|
SetMessageField(SupressMessages, eSupressMessages.GameIDSync)
|
||||||
|
End Sub
|
||||||
|
|
||||||
Private Sub SaveFromClass()
|
Private Sub SaveFromClass()
|
||||||
Dim oDatabase As New mgrSQLite(mgrSQLite.Database.Local)
|
Dim oDatabase As New mgrSQLite(mgrSQLite.Database.Local)
|
||||||
Dim sSQL As String
|
Dim sSQL As String
|
||||||
|
|||||||
Reference in New Issue
Block a user