From 304f5428c69f91bd1bbadf7f3dff38e3090c030c Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 4 Jul 2026 20:50:50 +0100 Subject: [PATCH] Changed to enable file drop for edit folder --- Forms/EditFolderForm.cs | 8 ++++++++ RokettoLaunch.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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