We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66adf8 commit 632b7ecCopy full SHA for 632b7ec
SCG.Modules/DOS2DE/Data/View/Locale/LocaleViewModel.cs
@@ -1674,6 +1674,15 @@ public void OpenExportWindow(bool exportAll = false)
1674
view.ExportWindow.Show();
1675
view.ExportWindow.Owner = view;
1676
view.ExportWindow.ResetBindings();
1677
+ OutputText = "Generated XML text / opened export window.";
1678
+ OutputType = LogType.Important;
1679
+ OutputDate = DateTime.Now.ToShortTimeString();
1680
+ }
1681
+ else
1682
+ {
1683
+ OutputText = "Generated XML text.";
1684
1685
1686
}
1687
view.ExportWindow.ExportAll = exportAll;
1688
0 commit comments