Skip to content

Commit

Permalink
Merge pull request #5213 from brucealthompson/release/v2.5.x
Browse files Browse the repository at this point in the history
Fix for #5200
  • Loading branch information
andydotxyz authored Oct 18, 2024
2 parents 81b3cd1 + 8777e7f commit 9e14d69
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 9e14d69

Please sign in to comment.