Skip to content

Commit c670807

Browse files
committed
fixed warning
1 parent 47130d5 commit c670807

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ use cosmic::applet::{menu_button, padded_control};
99
use cosmic::cosmic_config::Config as CosmicConfig;
1010
use cosmic::cosmic_config::CosmicConfigEntry;
1111
use cosmic::cosmic_theme::{THEME_MODE_ID, ThemeMode};
12-
use cosmic::iced::futures::{SinkExt, Stream};
1312
use cosmic::iced::window::Id;
14-
use cosmic::iced::{Alignment, Length, Limits, Subscription, stream};
13+
use cosmic::iced::{Alignment, Length, Limits, Subscription};
1514
use cosmic::iced_runtime::core::window;
1615
use cosmic::iced_winit::commands::popup::{destroy_popup, get_popup};
1716
use cosmic::widget::{
18-
Button, Row, button, column, divider, horizontal_space, icon, mouse_area, row, slider, text,
19-
toggler,
17+
Row, button, column, divider, horizontal_space, icon, mouse_area, row, slider, text, toggler,
2018
};
2119
use cosmic::{Element, iced_runtime};
2220
use tokio::sync::watch::Sender;

0 commit comments

Comments
 (0)