Skip to content

Commit

Permalink
Fix for #5200
Browse files Browse the repository at this point in the history
  • Loading branch information
brucealthompson committed Oct 18, 2024
1 parent 81b3cd1 commit 8777e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func (f *FileDialog) effectiveStartingDir() fyne.ListableURI {
return f.startingLocation
}
}

return f.startingLocation
}

// Try app storage
Expand Down

0 comments on commit 8777e7f

Please sign in to comment.