Added theme saving. Added interfaces for overview pages. Renamed sidebar interface function
This commit is contained in:
@@ -4,5 +4,5 @@ namespace Moonlight.Client.Interfaces;
|
||||
|
||||
public interface ISidebarItemProvider
|
||||
{
|
||||
public SidebarItem[] Get();
|
||||
public void ModifySidebar(List<SidebarItem> items);
|
||||
}
|
||||
Reference in New Issue
Block a user