Fix command line loading exe to opened files list
This commit is contained in:
parent
9ad828bbca
commit
a251892b1f
@ -88,6 +88,8 @@ namespace Toolbox
|
||||
foreach (string arg in e.CommandLine)
|
||||
args.Add(arg);
|
||||
|
||||
args.RemoveAt(0);
|
||||
|
||||
Toolbox.MainForm.Instance.OpenedFiles = args;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user