diff --git a/WpfNexDirect/App.config b/WpfNexDirect/App.config
index 16f4ac5..9379f82 100644
--- a/WpfNexDirect/App.config
+++ b/WpfNexDirect/App.config
@@ -10,9 +10,6 @@
-
-
-
False
@@ -28,6 +25,9 @@
False
+
+
+
\ No newline at end of file
diff --git a/WpfNexDirect/MainWindow.xaml.cs b/WpfNexDirect/MainWindow.xaml.cs
index 8986615..e22e1ed 100644
--- a/WpfNexDirect/MainWindow.xaml.cs
+++ b/WpfNexDirect/MainWindow.xaml.cs
@@ -311,7 +311,7 @@ public void checkOrPromptSongsDir()
{
if (File.Exists(Path.Combine(dialog.FileName, "osu!.exe")))
{
- osuFolder = Path.Combine(dialog.FileName, "Songs");
+ osuFolder = dialog.FileName;
}
}
else
diff --git a/WpfNexDirect/Properties/Settings.Designer.cs b/WpfNexDirect/Properties/Settings.Designer.cs
index f617389..9b0ed0a 100644
--- a/WpfNexDirect/Properties/Settings.Designer.cs
+++ b/WpfNexDirect/Properties/Settings.Designer.cs
@@ -23,18 +23,6 @@ public static Settings Default {
}
}
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string osuFolder {
- get {
- return ((string)(this["osuFolder"]));
- }
- set {
- this["osuFolder"] = value;
- }
- }
-
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
@@ -94,5 +82,17 @@ public bool launchOsu {
this["launchOsu"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string osuFolder {
+ get {
+ return ((string)(this["osuFolder"]));
+ }
+ set {
+ this["osuFolder"] = value;
+ }
+ }
}
}
diff --git a/WpfNexDirect/Properties/Settings.settings b/WpfNexDirect/Properties/Settings.settings
index c711636..7b5cc52 100644
--- a/WpfNexDirect/Properties/Settings.settings
+++ b/WpfNexDirect/Properties/Settings.settings
@@ -2,9 +2,6 @@
-
-
-
False
@@ -20,5 +17,8 @@
False
+
+
+
\ No newline at end of file