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, 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},