mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -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)
|
switch (App.Settings.Prop.BootstrapperStyle)
|
||||||
{
|
{
|
||||||
case BootstrapperStyle.FluentDialog:
|
case BootstrapperStyle.FluentDialog:
|
||||||
|
case BootstrapperStyle.ClassicFluentDialog:
|
||||||
|
case BootstrapperStyle.FluentAeroDialog:
|
||||||
case BootstrapperStyle.ByfronDialog:
|
case BootstrapperStyle.ByfronDialog:
|
||||||
return Application.Current.Dispatcher.Invoke(new Func<MessageBoxResult>(() =>
|
return Application.Current.Dispatcher.Invoke(new Func<MessageBoxResult>(() =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user