From bb61c725f319804e3c08c8908651574a3ac816ee Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:15:51 +0100 Subject: [PATCH] fix fluent styles using generic message boxes --- Bloxstrap/UI/Frontend.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bloxstrap/UI/Frontend.cs b/Bloxstrap/UI/Frontend.cs index f404016..c6bbf48 100644 --- a/Bloxstrap/UI/Frontend.cs +++ b/Bloxstrap/UI/Frontend.cs @@ -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(() => {