using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// Preferences: what this build can actually change, and a list of what it cannot. internal sealed partial class PreferencesScreen : UserControl { public PreferencesScreen() => InitializeComponent(); }