This commit is contained in:
takotori 2023-11-07 15:46:33 +01:00
parent 60760d779f
commit a0e3f5fbee
12 changed files with 10 additions and 14 deletions

View file

@ -1,8 +1,7 @@
use gtk::{FlowBox, Label};
use gtk::prelude::WidgetExt;
use crate::components::audio::audioBox::AudioBox;
use crate::components::bluetooth::bluetoothBox::BluetoothBox;
use crate::components::temp::settingBox::SettingBox;
use crate::components::base::settingBox::SettingBox;
use crate::components::wifi::wifiBox::WifiBox;
pub const HANDLE_CONNECTIVITY_CLICK: fn(FlowBox) = |resetMain: FlowBox| {