diff --git a/src/components/window/reset_window.rs b/src/components/window/reset_window.rs index f1defcb..db84618 100644 --- a/src/components/window/reset_window.rs +++ b/src/components/window/reset_window.rs @@ -3,7 +3,7 @@ use adw::subclass::prelude::ObjectSubclassIsExt; use adw::BreakpointCondition; use glib::Object; use gtk::gio::ActionEntry; -use gtk::{gio, glib, Application, ListBoxRow, Orientation, AccessibleRole}; +use gtk::{gio, glib, AccessibleRole, Application, ListBoxRow, Orientation}; use gtk::{prelude::*, DirectionType}; use crate::components::window::handle_sidebar_click::*;