diff --git a/v2rayN/v2rayN.Desktop/ViewModels/ThemeSettingViewModel.cs b/v2rayN/v2rayN.Desktop/ViewModels/ThemeSettingViewModel.cs index ac0bc136..6b22f580 100644 --- a/v2rayN/v2rayN.Desktop/ViewModels/ThemeSettingViewModel.cs +++ b/v2rayN/v2rayN.Desktop/ViewModels/ThemeSettingViewModel.cs @@ -1,5 +1,6 @@ using Avalonia; using Avalonia.Controls; +using Avalonia.Controls.Notifications; using Avalonia.Controls.Primitives; using Avalonia.Media; using Avalonia.Styling; @@ -94,6 +95,7 @@ namespace v2rayN.Desktop.ViewModels x.OfType(), x.OfType(), x.OfType(), + x.OfType(), x.OfType(), x.OfType() )); @@ -120,8 +122,10 @@ namespace v2rayN.Desktop.ViewModels x.OfType(), x.OfType(), x.OfType(), + x.OfType(), x.OfType(), - x.OfType() + x.OfType(), + x.OfType() )); style.Add(new Setter() {