mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -07:00
fix fluent styles using generic message boxes
This commit is contained in:
parent
d64e6c3865
commit
bb61c725f3
@ -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>(() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user