Fix color and newline handling

This commit is contained in:
2024-10-17 20:50:57 -04:00
parent 7c196787c9
commit 5849525029
4 changed files with 6 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ public class FloatingStatusWindow : IDisposable
public void SetText(string text)
{
_mainWindow.HtmlLabel.Text = text;
_mainWindow.HtmlLabel.Html = text;
}
private void HandleLockedMenuItemClicked(object sender, RoutedEventArgs e)