1
0
mirror of synced 2025-02-25 14:34:47 +01:00

Try to fix ptcl not saving from being active

This commit is contained in:
KillzXGaming 2019-07-24 17:21:00 -04:00
parent c7614bc9b4
commit 4e6fc6270a

View File

@ -94,6 +94,8 @@ namespace FirstPlugin
reader.Close();
reader.Dispose();
stream.Close();
stream.Dispose();
ContextMenuStrip = new STContextMenuStrip();
ContextMenuStrip.Items.Add(new ToolStripMenuItem("Save", null, Save, Keys.Control | Keys.S));