mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
Optimize imports
This commit is contained in:
parent
f06a436aed
commit
d77df26a90
|
@ -9,7 +9,7 @@ use adw::subclass::prelude::ObjectSubclassIsExt;
|
|||
use dbus::blocking::Connection;
|
||||
use dbus::Error;
|
||||
use gtk::glib;
|
||||
use gtk::prelude::{ListBoxRowExt, TreeViewExt, WidgetExt};
|
||||
use gtk::prelude::WidgetExt;
|
||||
|
||||
use crate::components::wifi::wifiEntry::WifiStrength;
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ use std::cell::RefCell;
|
|||
use gtk::{CompositeTemplate, glib, ListBox, ListBoxRow, Switch};
|
||||
use gtk::prelude::*;
|
||||
use gtk::subclass::prelude::*;
|
||||
use gtk::prelude::*;
|
||||
|
||||
use crate::components::wifi::WifiEntry;
|
||||
|
||||
|
|
Loading…
Reference in a new issue