mirror of
https://github.com/4sval/FModel.git
synced 2026-03-23 02:04:26 -05:00
i forgot this
This commit is contained in:
parent
715f93b07b
commit
e8df2ba4c9
|
|
@ -1637,7 +1637,7 @@ namespace FModel
|
|||
SaveFileDialog saveTheDialog = new SaveFileDialog();
|
||||
saveTheDialog.Title = @"Save Serialized File";
|
||||
saveTheDialog.Filter = @"JSON Files (*.json)|*.json";
|
||||
saveTheDialog.InitialDirectory = App.DefaultOutputPath + "\\Saved JSON\\";
|
||||
saveTheDialog.InitialDirectory = App.DefaultOutputPath + "\\Saved_JSON\\";
|
||||
saveTheDialog.FileName = ThePak.CurrentUsedItem.Contains('.') ? ThePak.CurrentUsedItem.Substring(0, ThePak.CurrentUsedItem.LastIndexOf('.')) : ThePak.CurrentUsedItem;
|
||||
if (saveTheDialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user