mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
style: format
[skip changelog]
This commit is contained in:
@@ -26,8 +26,8 @@ namespace MaaWpfGui.Helper.Notification;
|
||||
|
||||
internal class NotificationImplWpf : INotificationPoster
|
||||
{
|
||||
private NotificationManager _notificationManager = new NotificationManager();
|
||||
private BrushConverter _brushConverter = new BrushConverter();
|
||||
private readonly NotificationManager _notificationManager = new();
|
||||
private readonly BrushConverter _brushConverter = new();
|
||||
|
||||
public event EventHandler<string> ActionActivated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user