feat: Add Wifi Device Changes

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-25 16:26:48 +01:00
parent 5c99e7e59a
commit 75fbb062fc
21 changed files with 21 additions and 2 deletions

View file

@ -9,6 +9,7 @@ pub struct SettingBox {}
#[glib::object_subclass]
impl ObjectSubclass for SettingBox {
const ABSTRACT: bool = false;
const NAME: &'static str = "resetSettingBox";
type Type = settingBox::SettingBox;
type ParentType = gtk::Box;