diff --git a/Forms/EditFolderForm.cs b/Forms/EditFolderForm.cs
index 2415681..5172e75 100644
--- a/Forms/EditFolderForm.cs
+++ b/Forms/EditFolderForm.cs
@@ -20,6 +20,13 @@ namespace RokettoLaunch.Forms
private App4Options.Item result = null;
+ public EditFolderForm()
+ {
+ InitializeComponent();
+
+ this.SetupDialog();
+ }
+
public EditFolderForm(App4Options.Item model = null)
{
InitializeComponent();
@@ -88,6 +95,7 @@ namespace RokettoLaunch.Forms
//
// listBox1
//
+ listBox1.AllowDrop = true;
listBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
listBox1.BackColor = Color.Transparent;
listBox1.EnableMovable = false;
diff --git a/RokettoLaunch.csproj b/RokettoLaunch.csproj
index d2494d4..e41b57e 100644
--- a/RokettoLaunch.csproj
+++ b/RokettoLaunch.csproj
@@ -14,7 +14,7 @@
Ray Lam
1.0.0.0
1.0.0.0
- 0.4.2.013
+ 0.4.2.204
False
x64
icon-128.png