mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-19 09:35:36 -05:00
Fix color and newline handling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user