LANCommander/LANCommander.Launcher/Views/SettingsView.axaml.cs
Pat Hartl b183e4b18c Remove old launcher, rename Avalonia launcher
Also adds ARM builds for Linux + Windows launcher
2026-06-06 05:49:24 -05:00

11 lines
187 B
C#

using Avalonia.Controls;
namespace LANCommander.Launcher.Views;
public partial class SettingsView : UserControl
{
public SettingsView()
{
InitializeComponent();
}
}