You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regardless of how rfd is invoked, the file dialog that appears always shows "Recent Files". There appears to be no way to change the file dialog so that it shows a specific directory by default.
For example, from documentation:
use rfd::FileDialog;let files = FileDialog::new().set_directory("/").pick_file();
shows Recent Files.
The text was updated successfully, but these errors were encountered:
pozix604
changed the title
File Dialog always show "Recent Files" regardless of set directory
File Dialog always shows "Recent Files" regardless of set directory
Jan 26, 2025
On Debian 12, Gnome.
Regardless of how rfd is invoked, the file dialog that appears always shows "Recent Files". There appears to be no way to change the file dialog so that it shows a specific directory by default.
For example, from documentation:
shows Recent Files.
The text was updated successfully, but these errors were encountered: