From bba3bd995183f352601ec6be069f9ea5c6da327e Mon Sep 17 00:00:00 2001 From: lhhxxxxx <91231470+lhhxxxxx@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:01:02 +0800 Subject: [PATCH] fix. build warning --- src/MaaWpfGui/Main/VersionUpdateViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MaaWpfGui/Main/VersionUpdateViewModel.cs b/src/MaaWpfGui/Main/VersionUpdateViewModel.cs index 9593ca5dda..412a453c10 100644 --- a/src/MaaWpfGui/Main/VersionUpdateViewModel.cs +++ b/src/MaaWpfGui/Main/VersionUpdateViewModel.cs @@ -42,7 +42,6 @@ namespace MaaWpfGui /// Initializes a new instance of the class. /// /// The IoC container. - /// The window manager. public VersionUpdateViewModel(IContainer container) { _settingsViewModel = container.Get();