diff --git a/Wino.Mail/App.xaml.cs b/Wino.Mail/App.xaml.cs index bf5862c2..359a8176 100644 --- a/Wino.Mail/App.xaml.cs +++ b/Wino.Mail/App.xaml.cs @@ -113,7 +113,6 @@ namespace Wino { services.AddSingleton, ApplicationResourceManager>(); services.AddSingleton(); - services.AddSingleton(); services.AddSingleton(); services.AddSingleton(); services.AddSingleton(); diff --git a/Wino.Mail/Views/Settings/SettingOptionsPage.xaml b/Wino.Mail/Views/Settings/SettingOptionsPage.xaml index 1d764102..3d3c3887 100644 --- a/Wino.Mail/Views/Settings/SettingOptionsPage.xaml +++ b/Wino.Mail/Views/Settings/SettingOptionsPage.xaml @@ -19,7 +19,6 @@ IsClickEnabled="True" Command="{x:Bind ViewModel.GoAccountSettingsCommand}" Header="{x:Bind domain:Translator.SettingsManageAccountSettings_Title}" - CommandParameter="{x:Bind enums:WinoPage.AccountManagementPage}" Description="{x:Bind domain:Translator.SettingsManageAccountSettings_Description}">