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 881fae5 commit d81529eCopy full SHA for d81529e
AssetRipper.NativeDialogs/SaveFileDialog.cs
@@ -84,7 +84,7 @@ public static class SaveFileDialog
84
85
if (dlg.Run() == (int)Gtk.ResponseType.Accept)
86
{
87
- result = dlg.File?.Path;
+ result = dlg.Filename;
88
}
89
else
90
0 commit comments