Start on other parts of applet

This commit is contained in:
Lucy 2022-02-02 12:31:30 -05:00
parent dee87d10b6
commit 8e0c636ed3
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
4 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
use gtk4::{Label, ScrolledWindow};
pub fn add_available_wifi(target: &gtk4::Box) {}

View file

@ -0,0 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
use gtk4::Label;
pub fn add_current_networks(target: &gtk4::Box) {}