Merge pull request 'Nameplate Fix + Text Handling' (#55) from nameplate-fix into 1.12.2

Reviewed-on: #55
Reviewed-by: Essie <azyges@noreply.git.lightless-sync.org>
This commit was merged in pull request #55.
This commit is contained in:
2025-10-10 23:35:27 +02:00
2 changed files with 28 additions and 25 deletions

View File

@@ -1265,7 +1265,8 @@ public class SettingsUi : WindowMediatorSubscriberBase
var selected = i == _lightfinderIconPresetIndex;
if (ImGui.Selectable(preview, selected))
{
ApplyLightfinderIcon(optionGlyph, i);
_lightfinderIconInput = NameplateHandler.ToIconEditorString(optionGlyph);
_lightfinderIconPresetIndex = i;
}
}