mirror of
https://github.com/4sval/FModel.git
synced 2026-08-25 02:44:29 -05:00
i forgot this
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user