refactor: combine open and save dialogs

This commit is contained in:
Michael Aaron Murphy 2023-08-15 17:20:19 +02:00 committed by Michael Murphy
parent 2602e28d22
commit a8ce524baa
12 changed files with 421 additions and 531 deletions

View file

@ -3,7 +3,6 @@
//! Create dialogs for retrieving user input.
pub use ashpd::desktop::file_chooser::{Choice, FileFilter, SelectedFiles};
pub use ashpd::WindowIdentifier;
pub mod open_file;
pub mod file_chooser;