Skip to content

Commit 22198fd

Browse files
committed
cleanup(a11y): imports
1 parent 8339c87 commit 22198fd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

cosmic-applet-a11y/src/app.rs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,21 @@ use crate::{
77
};
88
use cosmic::{
99
applet::{
10-
menu_button, padded_control,
10+
padded_control,
1111
token::subscription::{activation_token_subscription, TokenRequest, TokenUpdate},
1212
},
1313
cctk::sctk::reexports::calloop,
1414
cosmic_theme::Spacing,
1515
iced::{
16-
alignment::Horizontal,
1716
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
18-
widget::{column, container, row, slider},
19-
window, Alignment, Length, Subscription,
17+
window, Length, Subscription,
2018
},
21-
iced_core::{alignment::Vertical, Background, Border, Color, Shadow},
2219
iced_runtime::core::layout::Limits,
23-
iced_widget::{Column, Row},
2420
theme,
25-
widget::{divider, horizontal_space, icon, scrollable, text, vertical_space},
21+
widget::{container, text},
2622
Element, Task,
2723
};
2824
use cosmic_time::{anim, chain, id, once_cell::sync::Lazy, Instant, Timeline};
29-
30-
use std::{collections::HashMap, path::PathBuf, time::Duration};
3125
use tokio::sync::mpsc::UnboundedSender;
3226

3327
static ENABLED: Lazy<id::Toggler> = Lazy::new(id::Toggler::unique);

0 commit comments

Comments
 (0)