Merge pull request #1957 from pizzaboxer/bugfix/generic-message-boxes

Fix fluent styles using generic message boxes
This commit is contained in:
pizzaboxer 2024-06-12 21:17:42 +01:00 committed by GitHub
commit d999e4c053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ namespace Bloxstrap.UI
switch (App.Settings.Prop.BootstrapperStyle)
{
case BootstrapperStyle.FluentDialog:
case BootstrapperStyle.ClassicFluentDialog:
case BootstrapperStyle.FluentAeroDialog:
case BootstrapperStyle.ByfronDialog:
return Application.Current.Dispatcher.Invoke(new Func<MessageBoxResult>(() =>
{