feat(dialog): XDG portal integrations for open and save dialogs
This commit is contained in:
parent
a5d3814fff
commit
1705b6fe27
10 changed files with 861 additions and 21 deletions
|
|
@ -10,6 +10,9 @@ pub mod command;
|
|||
pub use cosmic_config;
|
||||
pub use cosmic_theme;
|
||||
|
||||
#[cfg(feature = "xdg-portal")]
|
||||
pub mod dialog;
|
||||
|
||||
pub mod executor;
|
||||
#[cfg(feature = "tokio")]
|
||||
pub use executor::single::Executor as SingleThreadExecutor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue