diff --git a/PS2_Manager/MainWindow.axaml b/PS2_Manager/MainWindow.axaml
index b76c600..3aea29b 100644
--- a/PS2_Manager/MainWindow.axaml
+++ b/PS2_Manager/MainWindow.axaml
@@ -93,15 +93,8 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -115,6 +108,7 @@
+
@@ -123,6 +117,14 @@
+
+
+
+
+
+
+
+
diff --git a/PS2_Manager/MainWindow.axaml.cs b/PS2_Manager/MainWindow.axaml.cs
index 0668b2a..63ab94d 100644
--- a/PS2_Manager/MainWindow.axaml.cs
+++ b/PS2_Manager/MainWindow.axaml.cs
@@ -154,6 +154,7 @@ public partial class MainWindow : Window
List VMCs = new List();
Util.CheckDir(Path.Combine(settings.library_path.GetValue(), "VMC"));
string[] files = Directory.GetFiles(Path.Combine(settings.library_path.GetValue(), "VMC"));
+ VMCs.Add("");
foreach (var file in files)
{
string fileName = Path.GetFileNameWithoutExtension(file);