mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
Quick path fix for layout saving
This commit is contained in:
parent
746da99cef
commit
4bb6e50601
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ namespace LayoutBXLYT
|
|||
}
|
||||
else
|
||||
{
|
||||
STFileSaver.SaveFileFormat(ActiveLayout.FileInfo, fileFormat.FileName);
|
||||
STFileSaver.SaveFileFormat(ActiveLayout.FileInfo, fileFormat.FilePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue