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