Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
84.26k
stars
2.53k
forks
source link
[bug] `FileDialogBuilder.set_directory` doesn't set the initial directory of the dialog #8500
Closed
Crauzer closed 9 months ago
Describe the bug
Calling
.set_directory
on the blocking version of theFileDialogBuilder
doesn't set the initial directory of the dialogReproduction
In this case,
default_mount_directory
is set toC:/Riot Games/League of Legends/Game/DATA/FINAL
When the dialog opens, the initial directory is set to the one from which I opened another file/directory previously using a different dialog.
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response