mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
fix code dupe
This commit is contained in:
parent
59ade9dc0c
commit
39aa244a9f
6 changed files with 7 additions and 14 deletions
|
|
@ -169,7 +169,7 @@ public class DrawFolderGroup : DrawFolderBase
|
|||
var spacingX = ImGui.GetStyle().ItemSpacing.X;
|
||||
|
||||
FontAwesomeIcon pauseIcon = _groupFullInfoDto.GroupUserPermissions.IsPaused() ? FontAwesomeIcon.Play : FontAwesomeIcon.Pause;
|
||||
var pauseButtonSize = _uiSharedService.IconButtonSize(pauseIcon);
|
||||
var pauseButtonSize = _uiSharedService.GetIconButtonSize(pauseIcon);
|
||||
|
||||
var userCogButtonSize = _uiSharedService.GetIconData(FontAwesomeIcon.UsersCog);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue