Format src/dialog.rs

This commit is contained in:
Jeremy Soller 2026-01-08 10:52:48 -07:00 committed by Ashley Wulber
parent 2715e326ac
commit 738f49adec

View file

@ -11,8 +11,9 @@ use cosmic::{
event,
futures::{self, SinkExt},
keyboard::{Event as KeyEvent, Key, Modifiers, key::Named},
stream, window,
stream,
widget::scrollable,
window,
},
iced_core::widget::operation,
iced_winit::{self, SurfaceIdWrapper},