1
0
mirror of synced 2025-02-21 21:10:27 +01:00

Quick path fix for layout saving

This commit is contained in:
KillzXGaming 2019-09-05 20:23:35 -04:00
parent 746da99cef
commit 4bb6e50601

View File

@ -505,7 +505,7 @@ namespace LayoutBXLYT
} }
else else
{ {
STFileSaver.SaveFileFormat(ActiveLayout.FileInfo, fileFormat.FileName); STFileSaver.SaveFileFormat(ActiveLayout.FileInfo, fileFormat.FilePath);
} }
} }
} }