fix fluent styles using generic message boxes

This commit is contained in:
bluepilledgreat 2024-06-12 21:15:51 +01:00
parent d64e6c3865
commit bb61c725f3

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>(() =>
{