mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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::{
|
use gtk::{
|
||||||
|
Align, Box, Button, Entry, Switch,
|
||||||
glib::{DateTime, GString},
|
glib::{DateTime, GString},
|
||||||
prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt},
|
prelude::{BoxExt, ButtonExt, EditableExt, WidgetExt},
|
||||||
Align, Box, Button, Entry, Switch,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub struct Row {
|
pub struct Row {
|
||||||
|
|
@ -79,8 +79,8 @@ impl Row {
|
||||||
let c = std::rc::Rc::new(on_delete);
|
let c = std::rc::Rc::new(on_delete);
|
||||||
move |this| {
|
move |this| {
|
||||||
use adw::{
|
use adw::{
|
||||||
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
|
|
||||||
AlertDialog, ResponseAppearance,
|
AlertDialog, ResponseAppearance,
|
||||||
|
prelude::{AdwDialogExt, AlertDialogExt, AlertDialogExtManual},
|
||||||
};
|
};
|
||||||
|
|
||||||
const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");
|
const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue