LANCommander/LANCommander.Launcher/Views/DownloadQueueView.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
197 B
C#

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