fix app id

This commit is contained in:
Francesco-gaglione 2024-09-02 23:39:56 +02:00
parent 5f392beb96
commit dc5842e5d5

View file

@ -1595,7 +1595,7 @@ impl Application for App {
Ok(()) => { Ok(()) => {
let _ = recently_used_xbel::update_recently_used( let _ = recently_used_xbel::update_recently_used(
&path, &path,
"com.system76.cosmic-files".to_string(), App::APP_ID.to_string(),
"cosmic-files".to_string(), "cosmic-files".to_string(),
None, None,
); );
@ -1988,7 +1988,7 @@ impl Application for App {
Ok(()) => { Ok(()) => {
let _ = recently_used_xbel::update_recently_used( let _ = recently_used_xbel::update_recently_used(
&item_path, &item_path,
"com.system76.cosmic-files".to_string(), App::APP_ID.to_string(),
"cosmic-files".to_string(), "cosmic-files".to_string(),
None, None,
); );