2023-08-15 10:58:46 +02:00
|
|
|
// Copyright 2023 System76 <info@system76.com>
|
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
|
|
|
|
//! Create dialogs for retrieving user input.
|
|
|
|
|
|
2024-01-22 08:08:45 +01:00
|
|
|
#[cfg(feature = "xdg-portal")]
|
|
|
|
|
pub use ashpd;
|
2023-08-15 10:58:46 +02:00
|
|
|
|
2023-08-15 17:20:19 +02:00
|
|
|
pub mod file_chooser;
|