mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
apply fmt
This commit is contained in:
parent
a47abac138
commit
26eb9a1843
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue