apply fmt

This commit is contained in:
yggverse 2025-10-09 23:08:55 +03:00
parent a47abac138
commit 26eb9a1843

View file

@ -1,7 +1,7 @@
use gtk::{
Align, Box, Button, Entry, Switch,
glib::{DateTime, GString},
prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt},
Align, Box, Button, Entry, Switch,
};
pub struct Row {
@ -79,8 +79,8 @@ impl Row {
let c = std::rc::Rc::new(on_delete);
move |this| {
use adw::{
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
AlertDialog, ResponseAppearance,
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
};
const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");