Fixed some issues with game id sync
This commit is contained in:
@@ -991,6 +991,8 @@ Public Class frmMain
|
|||||||
Private Sub SyncGameIDs(ByVal bOfficial As Boolean)
|
Private Sub SyncGameIDs(ByVal bOfficial As Boolean)
|
||||||
Dim sLocation As String
|
Dim sLocation As String
|
||||||
|
|
||||||
|
PauseScan()
|
||||||
|
|
||||||
If mgrCommon.IsUnix Then
|
If mgrCommon.IsUnix Then
|
||||||
sLocation = App_URLImportLinux
|
sLocation = App_URLImportLinux
|
||||||
Else
|
Else
|
||||||
@@ -1006,6 +1008,8 @@ Public Class frmMain
|
|||||||
mgrMonitorList.SyncGameIDs(sLocation, oSettings, False)
|
mgrMonitorList.SyncGameIDs(sLocation, oSettings, False)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
ResumeScan()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub LocalDatabaseCheck()
|
Private Sub LocalDatabaseCheck()
|
||||||
|
|||||||
@@ -960,6 +960,8 @@ Public Class mgrMonitorList
|
|||||||
|
|
||||||
Cursor.Current = Cursors.Default
|
Cursor.Current = Cursors.Default
|
||||||
|
|
||||||
|
mgrCommon.ShowMessage(mgrMonitorList_GameIDSyncCompleted, hshSyncIDs.Count.ToString, MsgBoxStyle.Information)
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Shared Sub ExportMonitorList(ByVal sLocation As String)
|
Public Shared Sub ExportMonitorList(ByVal sLocation As String)
|
||||||
|
|||||||
Generated
+9
@@ -5556,6 +5556,15 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Sync Complete.[BR][BR][PARAM] game configurations were matched and updated..
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrMonitorList_GameIDSyncCompleted() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrMonitorList_GameIDSyncCompleted", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to Import Complete..
|
''' Looks up a localized string similar to Import Complete..
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
|||||||
@@ -2062,4 +2062,7 @@
|
|||||||
<data name="Icon_Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Icon_Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Update.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Update.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="mgrMonitorList_GameIDSyncCompleted" xml:space="preserve">
|
||||||
|
<value>Sync Complete.[BR][BR][PARAM] game configurations were matched and updated.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user