Crunchy-Downloader/CRD/Views/Utils/ContentDialogFeaturedMusicView.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

9 lines
No EOL
207 B
C#

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