Skip to content

Commit

Permalink
Refresh tags gui after completion
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeberrex committed Jul 19, 2024
1 parent 67e3d54 commit ba31eec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class TagsCommand {
PlayerFeature.setActiveTag(context.uuid.toString(), null)
}.thenRun {
profile.activeTagId = null
refresh()
}
} else if (profile.tagIds.contains(tag._id)) {
Mars.asyncAsFuture {
Expand All @@ -67,10 +68,10 @@ class TagsCommand {
)
}.thenRun {
profile.activeTagId = tag._id
refresh()
}
}

refresh()
}
}
}
Expand Down

0 comments on commit ba31eec

Please sign in to comment.