mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 20:55:47 +00:00
Fixed Audio Editor immediately closing
This commit is contained in:
@@ -396,8 +396,10 @@ namespace PckStudio.Forms.Editor
|
||||
|
||||
private void AudioEditor_Shown(object sender, EventArgs e)
|
||||
{
|
||||
if (Owner.Owner is MainForm p) parent = p;
|
||||
else Close();
|
||||
if (Owner is MainForm p)
|
||||
parent = p;
|
||||
else
|
||||
Close();
|
||||
}
|
||||
|
||||
private async void bulkReplaceExistingFilesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user