Crunchy-Downloader/CRD/Views/DownloadsPageView.axaml.cs
Elwador e80568cbb0 Add - Added a new download method, which can be enabled in the general download settings
Add - Added missing fonts
Chg - Changed to request encryption keys before downloading
Chg - Changed some log messages
2025-07-28 20:42:00 +00:00

10 lines
No EOL
180 B
C#

using Avalonia.Controls;
namespace CRD.Views;
public partial class DownloadsPageView : UserControl{
public DownloadsPageView(){
InitializeComponent();
}
}