6 lines
179 B
C#
6 lines
179 B
C#
namespace Hyperbar.Windows.Primary;
|
|
|
|
public class PrimaryWidgetConfiguration : WidgetConfiguration
|
|
{
|
|
public List<PrimaryCommandConfiguration> Commands { get; set; } = [];
|
|
} |