Improve dialog handling

This commit is contained in:
Jeremy Soller 2024-02-13 12:29:50 -07:00
parent dea974469a
commit db485798da
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
7 changed files with 273 additions and 93 deletions

View file

@ -1,5 +1,5 @@
use cosmic::iced::futures::{channel::mpsc, SinkExt};
use std::{error::Error, future::Future, io, path::PathBuf, time};
use std::path::PathBuf;
use crate::app::Message;