From 0086f65a969a910c4bccb0cc0f7752b3d32e2b06 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:57:10 +0800 Subject: [PATCH] Bug fix b7f4fd74699aeb4358cf8f2ba1251dd417b1e329 --- v2rayN/v2rayN.Desktop/ViewModels/ThemeSettingViewModel.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() {