No more ExtractText or soft hyphens

This commit is contained in:
Asriel Camora
2025-08-19 00:07:53 -07:00
parent 14b5bd66c0
commit d4de8524c6
6 changed files with 18 additions and 30 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable
{
var status = effect.Status();
using var _reset = ImRaii.DefaultFont();
ImGuiUtils.Tooltip($"{status.Name.ExtractCleanText()}\n{status.Description.ExtractCleanText()}");
ImGuiUtils.Tooltip($"{status.Name}\n{status.Description}");
}
ImGui.SameLine();
}