Start on other parts of applet
This commit is contained in:
parent
dee87d10b6
commit
8e0c636ed3
4 changed files with 17 additions and 1 deletions
5
applets/cosmic-applet-network/src/ui/available_wifi.rs
Normal file
5
applets/cosmic-applet-network/src/ui/available_wifi.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
use gtk4::{Label, ScrolledWindow};
|
||||
|
||||
pub fn add_available_wifi(target: >k4::Box) {}
|
||||
5
applets/cosmic-applet-network/src/ui/current_networks.rs
Normal file
5
applets/cosmic-applet-network/src/ui/current_networks.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
use gtk4::Label;
|
||||
|
||||
pub fn add_current_networks(target: >k4::Box) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue