Skip to content

Commit

Permalink
Update v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gemilepus committed Dec 8, 2023
1 parent f451300 commit e765d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Metro/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2431,8 +2431,9 @@ private void Btn_Save_Click(object sender, RoutedEventArgs e)
JSON_String = JSON_String.Insert(JSON_String.Length-1, "\n");
JSON_String = JSON_String.Replace("\"},", "\"},\n");

mEdit.ModifiedTime = "";

System.IO.File.WriteAllText(result, JSON_String);
mEdit.ModifiedTime = mEdit.GetModifiedTime(result);

this.ShowMessageAsync("", FindResource("Done").ToString());
}
Expand Down

0 comments on commit e765d98

Please sign in to comment.