From 3f6154cf84b2bdd8970a111cbbe2208a7813ac62 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 10 May 2023 13:44:09 +0100 Subject: [PATCH] Change ordering in Appearance menu --- Bloxstrap/ViewModels/AppearanceViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/ViewModels/AppearanceViewModel.cs b/Bloxstrap/ViewModels/AppearanceViewModel.cs index b6efcbd..7e0a469 100644 --- a/Bloxstrap/ViewModels/AppearanceViewModel.cs +++ b/Bloxstrap/ViewModels/AppearanceViewModel.cs @@ -71,11 +71,11 @@ namespace Bloxstrap.ViewModels public IReadOnlyDictionary Dialogs { get; set; } = new Dictionary() { { "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