Add profile configuration functions

This commit is contained in:
Lucy 2022-02-15 10:42:49 -05:00
parent e03225384b
commit b8d17f2b2f
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
2 changed files with 28 additions and 0 deletions

View file

@ -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;