mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-26 18:37:45 +02:00
feat: Add remove event for wifi entries
This commit is contained in:
parent
12f92ac597
commit
f5f6246ad1
4 changed files with 36 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
use crate::components::base::listEntryImpl;
|
||||
use adw::glib;
|
||||
use adw::glib::{IsA, Object};
|
||||
use dbus::Path;
|
||||
use gtk::prelude::ListBoxRowExt;
|
||||
use gtk::Widget;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use gtk::{CompositeTemplate, glib};
|
||||
use gtk::subclass::prelude::*;
|
||||
use crate::components::base::listEntry;
|
||||
use gtk::subclass::prelude::*;
|
||||
use gtk::{glib, CompositeTemplate};
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue