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>Settings mode's General page: the Updates card, and the refused items as an essay.</summary>
|
||||
internal sealed partial class SettingsGeneralPage : UserControl
|
||||
{
|
||||
public SettingsGeneralPage() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user