fixes for vfx display in ui

This commit is contained in:
rootdarkarchon
2023-04-20 11:53:42 +02:00
parent 4c88e0e249
commit ff73c016eb
2 changed files with 3 additions and 3 deletions

View File

@@ -626,7 +626,7 @@ internal sealed class GroupPanel
+ Environment.NewLine + "Note: this setting does not apply to individual pairs that are also in the syncshell.");
var vfxText = userVFXDisabled ? "Enable VFX sync" : "Disable VFX sync";
if (UiSharedService.IconTextButton(userAnimIcon, vfxText))
if (UiSharedService.IconTextButton(userVFXIcon, vfxText))
{
ImGui.CloseCurrentPopup();
var perm = groupDto.GroupUserPermissions;