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

@ -11,7 +11,7 @@ use iced_core::mouse;
use iced_core::overlay;
use iced_core::renderer;
use iced_core::widget::Tree;
use iced_core::{Clipboard, Element, Layout, Length, Padding, Point, Rectangle, Shell, Widget};
use iced_core::{Clipboard, Element, Layout, Length, Padding, Rectangle, Shell, Widget};
use std::{fmt::Debug, hash::Hash};
pub use iced_style::container::{Appearance, StyleSheet};