diff --git a/Bloxstrap/UI/ViewModels/Menu/AppearanceViewModel.cs b/Bloxstrap/UI/ViewModels/Menu/AppearanceViewModel.cs index 8df58df..df430fb 100644 --- a/Bloxstrap/UI/ViewModels/Menu/AppearanceViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Menu/AppearanceViewModel.cs @@ -65,7 +65,16 @@ namespace Bloxstrap.UI.ViewModels.Menu } } - public IEnumerable Dialogs { get; } = Enum.GetValues(typeof(BootstrapperStyle)).Cast(); + public IEnumerable Dialogs { get; } = new BootstrapperStyle[] + { + BootstrapperStyle.FluentDialog, + BootstrapperStyle.ProgressFluentDialog, + BootstrapperStyle.ProgressFluentAeroDialog, + BootstrapperStyle.ByfronDialog, + BootstrapperStyle.LegacyDialog2011, + BootstrapperStyle.LegacyDialog2008, + BootstrapperStyle.VistaDialog + }; public BootstrapperStyle Dialog {