Added theme saving. Added interfaces for overview pages. Renamed sidebar interface function
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Moonlight.Client.Interfaces;
|
||||
using Moonlight.Client.UI.Components;
|
||||
|
||||
namespace Moonlight.Client.Implementations;
|
||||
|
||||
public class DefaultOverviewElementProvider : IOverviewElementProvider
|
||||
{
|
||||
public void ModifyOverview(List<Type> overviewComponents)
|
||||
{
|
||||
overviewComponents.Add(typeof(WelcomeOverviewElement));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user