Public Access
Give the application a settings area built from what really exists
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace DodoSSH.Client.App.Views;
|
||||
|
||||
/// <summary>Groups: every group, and the hosts filed under each — see the remark at the top of the markup.</summary>
|
||||
internal sealed partial class SettingsGroupsPage : UserControl
|
||||
{
|
||||
public SettingsGroupsPage() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user