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::{
|
use cosmic::{
|
||||||
applet::{
|
applet::{
|
||||||
menu_button, padded_control,
|
padded_control,
|
||||||
token::subscription::{activation_token_subscription, TokenRequest, TokenUpdate},
|
token::subscription::{activation_token_subscription, TokenRequest, TokenUpdate},
|
||||||
},
|
},
|
||||||
cctk::sctk::reexports::calloop,
|
cctk::sctk::reexports::calloop,
|
||||||
cosmic_theme::Spacing,
|
cosmic_theme::Spacing,
|
||||||
iced::{
|
iced::{
|
||||||
alignment::Horizontal,
|
|
||||||
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
|
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
|
||||||
widget::{column, container, row, slider},
|
window, Length, Subscription,
|
||||||
window, Alignment, Length, Subscription,
|
|
||||||
},
|
},
|
||||||
iced_core::{alignment::Vertical, Background, Border, Color, Shadow},
|
|
||||||
iced_runtime::core::layout::Limits,
|
iced_runtime::core::layout::Limits,
|
||||||
iced_widget::{Column, Row},
|
|
||||||
theme,
|
theme,
|
||||||
widget::{divider, horizontal_space, icon, scrollable, text, vertical_space},
|
widget::{container, text},
|
||||||
Element, Task,
|
Element, Task,
|
||||||
};
|
};
|
||||||
use cosmic_time::{anim, chain, id, once_cell::sync::Lazy, Instant, Timeline};
|
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;
|
use tokio::sync::mpsc::UnboundedSender;
|
||||||
|
|
||||||
static ENABLED: Lazy<id::Toggler> = Lazy::new(id::Toggler::unique);
|
static ENABLED: Lazy<id::Toggler> = Lazy::new(id::Toggler::unique);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue