more settings work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Hyperbar.Widget;
|
||||
|
||||
public interface IWidgetHostCollection :
|
||||
IEnumerable<IWidgetHost>
|
||||
{
|
||||
void Add(IWidgetHost widgetHost);
|
||||
}
|
||||
Reference in New Issue
Block a user