mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-01-11 20:10:26 +00:00
Add - Added missing fonts Chg - Changed to request encryption keys before downloading Chg - Changed some log messages
9 lines
No EOL
207 B
C#
9 lines
No EOL
207 B
C#
using Avalonia.Controls;
|
|
|
|
namespace CRD.Views.Utils;
|
|
|
|
public partial class ContentDialogFeaturedMusicView : UserControl{
|
|
public ContentDialogFeaturedMusicView(){
|
|
InitializeComponent();
|
|
}
|
|
} |