some more cleanup
This commit is contained in:
parent
5e3ab8a22b
commit
a3516ef70c
20 changed files with 87 additions and 104 deletions
|
|
@ -5,15 +5,15 @@ use crate::core::{
|
|||
slide::Slide,
|
||||
};
|
||||
use cosmic::{
|
||||
Element, Task,
|
||||
dialog::file_chooser::{FileFilter, open::Dialog},
|
||||
iced::{Length, alignment::Vertical},
|
||||
dialog::file_chooser::{open::Dialog, FileFilter},
|
||||
iced::{alignment::Vertical, Length},
|
||||
iced_widget::{column, row},
|
||||
theme,
|
||||
widget::{
|
||||
Space, button, container, horizontal_space, icon, text,
|
||||
text_input,
|
||||
button, container, horizontal_space, icon, text, text_input,
|
||||
Space,
|
||||
},
|
||||
Element, Task,
|
||||
};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue