mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-27 06:50:23 +00:00
Another adjustment for appling path settings
This commit is contained in:
parent
e6c911f026
commit
2cd53cb76d
3 changed files with 1 additions and 3 deletions
Binary file not shown.
|
@ -149,9 +149,6 @@ namespace FirstPlugin
|
|||
editor.FileFormat = this;
|
||||
editor.Text = FileName;
|
||||
editor.Dock = DockStyle.Fill;
|
||||
|
||||
SupportPaths = data.SupportPaths;
|
||||
|
||||
return editor;
|
||||
}
|
||||
|
||||
|
@ -162,6 +159,7 @@ namespace FirstPlugin
|
|||
IsDialog = IFileInfo != null && IFileInfo.InArchive;
|
||||
|
||||
data = ByamlFile.LoadN(stream, true);
|
||||
SupportPaths = data.SupportPaths;
|
||||
}
|
||||
public void Unload()
|
||||
{
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue