Big restructuring

This commit is contained in:
takotori 2023-10-30 19:43:50 +01:00
parent c4c95df8d3
commit 13084ed86d
22 changed files with 638 additions and 595 deletions

View file

@ -1,4 +1,8 @@
use crate::components::wifi::wifiEntryImpl;
use adw::glib;
use adw::glib::{Object, PropertySet};
use adw::subclass::prelude::ObjectSubclassIsExt;
use gtk::prelude::WidgetExt;
use crate::components::wifi::wifiEntryImpl::WifiStrength;
glib::wrapper! {