mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
add normalized icons
This commit is contained in:
parent
4d975372cc
commit
e65c363d0f
13 changed files with 146 additions and 95 deletions
|
|
@ -175,7 +175,7 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||
|
||||
private void DrawAddCharacter()
|
||||
{
|
||||
ImGui.Dummy(new(10));
|
||||
ImGuiHelpers.ScaledDummy(10f);
|
||||
var keys = _serverManager.CurrentServer!.SecretKeys;
|
||||
if (keys.Any())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue