mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -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)
|
||||
{
|
||||
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