mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-12 20:57:46 +02:00
cleanup
This commit is contained in:
parent
60760d779f
commit
a0e3f5fbee
12 changed files with 10 additions and 14 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue