diff --git a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml
index 51727ff..221095b 100644
--- a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml
+++ b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml
@@ -120,23 +120,25 @@
-
-
-
-
-
-
-
-
- Forces every in-game font to be a font that you choose.
-
-
-
+
+
+
+
+
-
-
+
+
+ Forces every in-game font to be a font that you choose.
+
-
+
+
+
+
+
+
+
+
diff --git a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml.cs b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml.cs
index d46903e..73f2267 100644
--- a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml.cs
+++ b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml.cs
@@ -16,7 +16,7 @@ namespace Bloxstrap.UI.Elements.Menu.Pages
// fullscreen optimizations were only added in windows 10 build 17093
if (Environment.OSVersion.Version.Build < 17093)
- this.MiscellaneousOptions.Visibility = Visibility.Collapsed;
+ this.FullscreenOptimizations.Visibility = Visibility.Collapsed;
}
}
}