Fix missing partial class in import ROM view.

This commit is contained in:
2025-07-23 13:36:41 +01:00
parent 38cc8da72f
commit ed7d61d926

View File

@@ -2,7 +2,7 @@ using Avalonia.Controls;
namespace RomRepoMgr.Views;
public class ImportRomFolder : Window
public partial class ImportRomFolder : Window
{
public ImportRomFolder()
{