fix
This commit is contained in:
parent
c67f6fdb2d
commit
554bdfe19b
5 changed files with 30 additions and 19 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue