1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Fix command line loading exe to opened files list

This commit is contained in:
KillzXGaming 2019-08-13 18:15:44 -04:00
parent 9ad828bbca
commit a251892b1f

View File

@ -88,6 +88,8 @@ namespace Toolbox
foreach (string arg in e.CommandLine)
args.Add(arg);
args.RemoveAt(0);
Toolbox.MainForm.Instance.OpenedFiles = args;
}