From 0e5b83cf8053ae47bc2db4f1ea2913b86c8aeca9 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:37:47 +0800 Subject: [PATCH] =?UTF-8?q?sytle:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=20using=20[skip=20changelog]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index 4176a1d73f..91a3726f83 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -50,7 +50,6 @@ using MaaWpfGui.WineCompat; using Microsoft.Win32; using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using PropertyChanged; using Serilog; using Stylet; using ComboBox = System.Windows.Controls.ComboBox;