mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
fixes for vfx display in ui
This commit is contained in:
parent
4c88e0e249
commit
ff73c016eb
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue