From cc2eee27c24e470cf80a12f24f744832617cb9c5 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sun, 27 Apr 2025 04:02:17 +0200 Subject: [PATCH] minor fixes --- PS2_Manager/MainWindow.axaml | 20 +++++++++++--------- PS2_Manager/MainWindow.axaml.cs | 1 + 2 files changed, 12 insertions(+), 9 deletions(-) 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);