fix app id
This commit is contained in:
parent
5f392beb96
commit
dc5842e5d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue