mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:27:24 +01:00
some profile ui rework
This commit is contained in:
parent
814b24ebd8
commit
38d83eff77
17 changed files with 582 additions and 210 deletions
|
|
@ -100,6 +100,7 @@ public class EditProfileUi : WindowMediatorSubscriberBase
|
|||
ImGui.BeginDisabled();
|
||||
ImGui.Checkbox("Is NSFW", ref nsfw);
|
||||
ImGui.EndDisabled();
|
||||
ImGui.NewLine();
|
||||
ImGui.PushFont(_uiBuilder.GetGameFontHandle(new GameFontStyle(GameFontFamilyAndSize.Axis12)).ImFont);
|
||||
UiSharedService.TextWrapped("Description:" + Environment.NewLine + profile.Description);
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue