Music room visualizer

This commit is contained in:
Maddo 2025-02-27 10:01:50 +01:00
commit 67d7986330
5 changed files with 67 additions and 7 deletions

View file

@ -12,6 +12,9 @@ public partial class MusicResource : Resource
[Export]
public string AuthorName { get; set; }
[Export]
public string Description { get; set; }
[Export]
public bool ShowAuthor { get; set; }