Format src/dialog.rs
This commit is contained in:
parent
2715e326ac
commit
738f49adec
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@ use cosmic::{
|
||||||
event,
|
event,
|
||||||
futures::{self, SinkExt},
|
futures::{self, SinkExt},
|
||||||
keyboard::{Event as KeyEvent, Key, Modifiers, key::Named},
|
keyboard::{Event as KeyEvent, Key, Modifiers, key::Named},
|
||||||
stream, window,
|
stream,
|
||||||
widget::scrollable,
|
widget::scrollable,
|
||||||
|
window,
|
||||||
},
|
},
|
||||||
iced_core::widget::operation,
|
iced_core::widget::operation,
|
||||||
iced_winit::{self, SurfaceIdWrapper},
|
iced_winit::{self, SurfaceIdWrapper},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue