fix: send test button status wont change

This commit is contained in:
Liam Sho
2023-09-12 21:48:07 +08:00
parent ed44c04d6a
commit 244205b972

View File

@@ -185,6 +185,7 @@ namespace MaaWpfGui.ViewModels.UI
SetAndNotify(ref _enabledExternalNotificationProvider, value);
ConfigurationHelper.SetValue(ConfigurationKeys.ExternalNotificationEnabled, value);
NotifyOfPropertyChange(nameof(IsEnabled));
NotifyOfPropertyChange(nameof(IsSmtp));
NotifyOfPropertyChange(nameof(IsServerChan));
}