mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Change ordering in Appearance menu
This commit is contained in:
parent
26a7dfe5af
commit
3f6154cf84
@ -71,11 +71,11 @@ namespace Bloxstrap.ViewModels
|
|||||||
public IReadOnlyDictionary<string, BootstrapperStyle> Dialogs { get; set; } = new Dictionary<string, BootstrapperStyle>()
|
public IReadOnlyDictionary<string, BootstrapperStyle> Dialogs { get; set; } = new Dictionary<string, BootstrapperStyle>()
|
||||||
{
|
{
|
||||||
{ "Fluent", BootstrapperStyle.FluentDialog },
|
{ "Fluent", BootstrapperStyle.FluentDialog },
|
||||||
{ "Hyperion", BootstrapperStyle.HyperionDialog },
|
|
||||||
{ "Progress (~2014)", BootstrapperStyle.ProgressDialog },
|
{ "Progress (~2014)", BootstrapperStyle.ProgressDialog },
|
||||||
{ "Legacy (2011 - 2014)", BootstrapperStyle.LegacyDialog2011 },
|
{ "Legacy (2011 - 2014)", BootstrapperStyle.LegacyDialog2011 },
|
||||||
{ "Legacy (2009 - 2011)", BootstrapperStyle.LegacyDialog2009 },
|
{ "Legacy (2009 - 2011)", BootstrapperStyle.LegacyDialog2009 },
|
||||||
{ "Vista (2009 - 2011)", BootstrapperStyle.VistaDialog },
|
{ "Vista (2009 - 2011)", BootstrapperStyle.VistaDialog },
|
||||||
|
{ "Hyperion (2022 - Fake)", BootstrapperStyle.HyperionDialog },
|
||||||
};
|
};
|
||||||
|
|
||||||
public string Dialog
|
public string Dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user