We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b8e3b commit 348a574Copy full SHA for 348a574
src/Tkmm/Builders/MenuModels/ShellViewMenu.cs
@@ -104,7 +104,7 @@ public static async Task ExportTkcl()
104
return;
105
}
106
107
- BrowserDialog dialog = new(BrowserMode.SaveFile, "Export TKCL", "TKCL:*.tkcl|All Files:*.*");
+ BrowserDialog dialog = new(BrowserMode.SaveFile, "Export TKCL", "TKCL:*.tkcl|All Files:*.*", target.Name);
108
string? selectedFile = await dialog.ShowDialog();
109
110
if (string.IsNullOrEmpty(selectedFile)) {
0 commit comments