Add profile configuration functions
This commit is contained in:
parent
e03225384b
commit
b8d17f2b2f
2 changed files with 28 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
extern crate relm4_macros;
|
||||
|
||||
pub mod dbus;
|
||||
pub mod profile;
|
||||
|
||||
use gtk4::{gio::ApplicationFlags, prelude::*, Orientation};
|
||||
use once_cell::sync::Lazy;
|
||||
use tokio::runtime::Runtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue