From 0ae9c27d93143c5711ab08b83c83d103e09a4e47 Mon Sep 17 00:00:00 2001 From: Moritz <101179677+Moritz-Deiaco@users.noreply.github.com> Date: Sat, 18 May 2024 22:17:04 +0200 Subject: [PATCH] Removed Last buggy thing Forgot to remove it :( --- Moonlight/Core/Models/Abstractions/Feature/UiInitContext.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Moonlight/Core/Models/Abstractions/Feature/UiInitContext.cs b/Moonlight/Core/Models/Abstractions/Feature/UiInitContext.cs index 382c690..186dea1 100644 --- a/Moonlight/Core/Models/Abstractions/Feature/UiInitContext.cs +++ b/Moonlight/Core/Models/Abstractions/Feature/UiInitContext.cs @@ -11,8 +11,6 @@ public class UiInitContext { public List SidebarItems { get; set; } = new(); public List RouteAssemblies { get; set; } = new(); - public List AdminPageComponents { get; set; } = new(); - public List AdminPageCards { get; set; } = new(); public void EnablePages() {