add normalized icons

This commit is contained in:
rootdarkarchon
2023-10-28 15:36:45 +02:00
parent 4d975372cc
commit e65c363d0f
13 changed files with 146 additions and 95 deletions

View File

@@ -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())
{