This commit is contained in:
Ashley Wulber 2022-06-16 12:23:25 -04:00
parent c67f6fdb2d
commit 554bdfe19b
5 changed files with 30 additions and 19 deletions

View file

@ -5,7 +5,7 @@ use std::path::PathBuf;
use gtk4::glib;
use std::future::Future;
pub type Activate = u32;
pub type Activate = String;
pub fn data_path() -> PathBuf {
let mut path = glib::user_data_dir();