Change ordering in Appearance menu

This commit is contained in:
pizzaboxer 2023-05-10 13:44:09 +01:00
parent 26a7dfe5af
commit 3f6154cf84
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -71,11 +71,11 @@ namespace Bloxstrap.ViewModels
public IReadOnlyDictionary<string, BootstrapperStyle> Dialogs { get; set; } = new Dictionary<string, BootstrapperStyle>()
{
{ "Fluent", BootstrapperStyle.FluentDialog },
{ "Hyperion", BootstrapperStyle.HyperionDialog },
{ "Progress (~2014)", BootstrapperStyle.ProgressDialog },
{ "Legacy (2011 - 2014)", BootstrapperStyle.LegacyDialog2011 },
{ "Legacy (2009 - 2011)", BootstrapperStyle.LegacyDialog2009 },
{ "Vista (2009 - 2011)", BootstrapperStyle.VistaDialog },
{ "Hyperion (2022 - Fake)", BootstrapperStyle.HyperionDialog },
};
public string Dialog