Fixed broken filtering on import
This commit is contained in:
@@ -46,8 +46,6 @@ Public Class frmAdvancedImport
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Private Sub SelectToggle()
|
Private Sub SelectToggle()
|
||||||
Cursor.Current = Cursors.WaitCursor
|
Cursor.Current = Cursors.WaitCursor
|
||||||
lstGames.BeginUpdate()
|
lstGames.BeginUpdate()
|
||||||
@@ -194,7 +192,7 @@ Public Class frmAdvancedImport
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
'Check for hardcoded ignore tags
|
'Check for hardcoded ignore tags
|
||||||
If ModWinConfigsForLinux Then
|
If bAddItem And ModWinConfigsForLinux Then
|
||||||
bAddItem = CheckIgnoreTags(oApp.ImportTags)
|
bAddItem = CheckIgnoreTags(oApp.ImportTags)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user