Added missing sync to tag updates
This commit is contained in:
@@ -608,6 +608,9 @@ Public Class frmGameManager
|
|||||||
oTagsToSave = frm.TagList
|
oTagsToSave = frm.TagList
|
||||||
FillTagsbyList(frm.TagList)
|
FillTagsbyList(frm.TagList)
|
||||||
Else
|
Else
|
||||||
|
'Sync
|
||||||
|
mgrMonitorList.SyncMonitorLists(Settings.SyncFields)
|
||||||
|
|
||||||
'Only update visible tags if one item is selected
|
'Only update visible tags if one item is selected
|
||||||
If lstGames.SelectedItems.Count = 1 Then FillTagsbyID(CurrentGame.ID)
|
If lstGames.SelectedItems.Count = 1 Then FillTagsbyID(CurrentGame.ID)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user