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