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 c1350ff commit 80e5b27Copy full SHA for 80e5b27
recaf-ui/src/main/java/software/coley/recaf/util/FileChooserBundle.java
@@ -113,7 +113,7 @@ public File showFileOpen(@Nullable Window window) {
113
*/
114
@Nullable
115
public File showFileExport(@Nullable Window window) {
116
- File file = fileExport.showOpenDialog(window);
+ File file = fileExport.showSaveDialog(window);
117
if (file != null)
118
fileExport.setInitialDirectory(file.getParentFile());
119
if (fileExportListener != null)
0 commit comments