using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// /// The settings mode's whole chrome: its own titlebar, its own 340px rail, and whichever of its five pages /// names. /// internal sealed partial class SettingsView : UserControl { public SettingsView() => InitializeComponent(); }