allow setting to be toggled from the json file
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using CommunityToolkit.WinUI.Controls;
|
||||
|
||||
namespace Hyperbar.Widget.Windows;
|
||||
|
||||
public sealed partial class WidgetToggleConfigurationView :
|
||||
SettingsCard
|
||||
{
|
||||
public WidgetToggleConfigurationView() =>
|
||||
InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user