mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Merge pull request #1957 from pizzaboxer/bugfix/generic-message-boxes
Fix fluent styles using generic message boxes
This commit is contained in:
commit
d999e4c053
@ -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