Changed to enable file drop for edit folder

This commit is contained in:
Ray 2026-07-04 20:50:50 +01:00
parent 1b59a4cc29
commit 304f5428c6
2 changed files with 9 additions and 1 deletions

View File

@ -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;

View File

@ -14,7 +14,7 @@
<Copyright>Ray Lam</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>0.4.2.013</Version>
<Version>0.4.2.204</Version>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<PlatformTarget>x64</PlatformTarget>
<PackageIcon>icon-128.png</PackageIcon>