mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Fix missing partial class in import ROM view.
This commit is contained in:
@@ -2,7 +2,7 @@ using Avalonia.Controls;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public class ImportRomFolder : Window
|
public partial class ImportRomFolder : Window
|
||||||
{
|
{
|
||||||
public ImportRomFolder()
|
public ImportRomFolder()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user