make bluetooth visibility settings consistent with other settingss

This commit is contained in:
takotori 2023-12-11 17:22:00 +01:00
parent 746b19e09d
commit e89de26b67
5 changed files with 40 additions and 115 deletions

View file

@ -6,7 +6,7 @@ use std::cell::RefCell;
use dbus::Path;
use gtk::subclass::prelude::*;
use gtk::{glib, Button, CompositeTemplate, Label};
use gtk::{glib, CompositeTemplate};
use super::saved_wifi_entry;