mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-12 12:57:44 +02:00
feat: Add Wifi Device Changes
This commit is contained in:
parent
5c99e7e59a
commit
75fbb062fc
21 changed files with 21 additions and 2 deletions
|
@ -47,6 +47,7 @@ impl Default for SidebarAction {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for SidebarEntry {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetSidebarEntry";
|
||||
type Type = sidebarEntry::SidebarEntry;
|
||||
type ParentType = ListBoxRow;
|
||||
|
|
|
@ -48,6 +48,7 @@ unsafe impl Sync for Window {}
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for Window {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetUI";
|
||||
type Type = window::Window;
|
||||
type ParentType = adw::ApplicationWindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue