From 1106d1ff0cfca1f8b07dc36dcb8a7bfa521d6afa Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Thu, 25 May 2023 23:09:29 +0100 Subject: [PATCH] Rearrange FastFlags menu tab prioritized presets that are likely to be used the most, and are what would stand out to people the most also removed the desktop app mobile layout preset, primarily just added it for filler when i was first working on fflag integration but now there really is too many options lol --- .../UI/Menu/ViewModels/FastFlagsViewModel.cs | 6 -- .../UI/Menu/Views/Pages/FastFlagsPage.xaml | 75 ++++++++----------- 2 files changed, 33 insertions(+), 48 deletions(-) diff --git a/Bloxstrap/UI/Menu/ViewModels/FastFlagsViewModel.cs b/Bloxstrap/UI/Menu/ViewModels/FastFlagsViewModel.cs index b4a175f..d5ccc5e 100644 --- a/Bloxstrap/UI/Menu/ViewModels/FastFlagsViewModel.cs +++ b/Bloxstrap/UI/Menu/ViewModels/FastFlagsViewModel.cs @@ -142,11 +142,5 @@ namespace Bloxstrap.UI.Menu.ViewModels get => App.FastFlags.GetValue("DFIntCanHideGuiGroupId") == "32380007"; set => App.FastFlags.SetValue("DFIntCanHideGuiGroupId", value ? "32380007" : null); } - - public bool MobileLuaAppInterfaceEnabled - { - get => App.FastFlags.GetValue("FFlagLuaAppSystemBar") == "False"; - set => App.FastFlags.SetValue("FFlagLuaAppSystemBar", value ? "False" : null); - } } } diff --git a/Bloxstrap/UI/Menu/Views/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Menu/Views/Pages/FastFlagsPage.xaml index ec608b7..5977714 100644 --- a/Bloxstrap/UI/Menu/Views/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Menu/Views/Pages/FastFlagsPage.xaml @@ -54,38 +54,11 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -96,15 +69,6 @@ - - - - - - - - - @@ -119,11 +83,38 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + +