mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
apply new fmt version
This commit is contained in:
parent
e4eecb3489
commit
cc7df23f39
94 changed files with 139 additions and 155 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use gtk::{
|
||||
gio::SimpleAction,
|
||||
glib::{uuid_string_random, Variant},
|
||||
glib::{Variant, uuid_string_random},
|
||||
prelude::{ActionExt, ToVariant},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
use gtk::{
|
||||
gio::SimpleAction,
|
||||
glib::{uuid_string_random, SignalHandlerId},
|
||||
glib::{SignalHandlerId, uuid_string_random},
|
||||
prelude::StaticVariantType,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ impl Open {
|
|||
|
||||
/// Formatted action connector for external implementation
|
||||
pub fn on_activate(&self, callback: impl Fn(Option<i32>, &str) + 'static) -> SignalHandlerId {
|
||||
use gtk::{prelude::FileExt, FileDialog, Window};
|
||||
use gtk::{FileDialog, Window, prelude::FileExt};
|
||||
use std::rc::Rc;
|
||||
|
||||
let cancellable = self.cancellable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue