GTK App reactive switch and better UI
This commit is contained in:
parent
29eedb7e9a
commit
f7f59fd24d
20 changed files with 875 additions and 361 deletions
5
burrow-gtk/src/components/settings/mod.rs
Normal file
5
burrow-gtk/src/components/settings/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use super::*;
|
||||
|
||||
mod diag_group;
|
||||
|
||||
pub use diag_group::{DiagGroup, DiagGroupInit};
|
||||
Loading…
Add table
Add a link
Reference in a new issue