style: 修改变量以符合项目风格

[skip changelog]
This commit is contained in:
status102
2024-12-10 11:03:51 +08:00
parent c778353cda
commit 8cc0779541
10 changed files with 28 additions and 11 deletions

View File

@@ -27,6 +27,8 @@ namespace MaaWpfGui.ViewModels.UserControl.Settings;
public class GameSettingsUserControlModel : PropertyChangedBase
{
public static GameSettingsUserControlModel Instance { get; } = new();
private static readonly ILogger _logger = Log.ForContext<GameSettingsUserControlModel>();
private static VersionUpdateSettingsUserControlModel VersionUpdateSettings => SettingsViewModel.VersionUpdateSettings;