cleanup(a11y): imports
This commit is contained in:
parent
8339c87506
commit
22198fd261
1 changed files with 3 additions and 9 deletions
|
|
@ -7,27 +7,21 @@ use crate::{
|
|||
};
|
||||
use cosmic::{
|
||||
applet::{
|
||||
menu_button, padded_control,
|
||||
padded_control,
|
||||
token::subscription::{activation_token_subscription, TokenRequest, TokenUpdate},
|
||||
},
|
||||
cctk::sctk::reexports::calloop,
|
||||
cosmic_theme::Spacing,
|
||||
iced::{
|
||||
alignment::Horizontal,
|
||||
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
|
||||
widget::{column, container, row, slider},
|
||||
window, Alignment, Length, Subscription,
|
||||
window, Length, Subscription,
|
||||
},
|
||||
iced_core::{alignment::Vertical, Background, Border, Color, Shadow},
|
||||
iced_runtime::core::layout::Limits,
|
||||
iced_widget::{Column, Row},
|
||||
theme,
|
||||
widget::{divider, horizontal_space, icon, scrollable, text, vertical_space},
|
||||
widget::{container, text},
|
||||
Element, Task,
|
||||
};
|
||||
use cosmic_time::{anim, chain, id, once_cell::sync::Lazy, Instant, Timeline};
|
||||
|
||||
use std::{collections::HashMap, path::PathBuf, time::Duration};
|
||||
use tokio::sync::mpsc::UnboundedSender;
|
||||
|
||||
static ENABLED: Lazy<id::Toggler> = Lazy::new(id::Toggler::unique);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue