Added missing sync to tag updates

This commit is contained in:
MikeMaximus
2018-03-06 10:02:47 -06:00
parent afb479044c
commit 95acce428a
+3
View File
@@ -608,6 +608,9 @@ Public Class frmGameManager
oTagsToSave = frm.TagList
FillTagsbyList(frm.TagList)
Else
'Sync
mgrMonitorList.SyncMonitorLists(Settings.SyncFields)
'Only update visible tags if one item is selected
If lstGames.SelectedItems.Count = 1 Then FillTagsbyID(CurrentGame.ID)