From 90751cdb53a9bd5e6d20554e77f8b9c4c19a2cc7 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:58:04 +0800 Subject: [PATCH] fix: 8ef3a34ddfbbd48c69dff7e935dab6fc7625324b [skip changelog] --- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index 797b258237..e164b42c6e 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -93,8 +93,6 @@ namespace MaaWpfGui.ViewModels.UI /// public PostActionSetting PostActionSetting { get; } = PostActionSetting.Current; - public static VersionUpdateSettingsUserControlModel VersionUpdateDataContext { get; } = new(); - /// /// Gets 软件更新model ///