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(()) => {
|
||||
let _ = recently_used_xbel::update_recently_used(
|
||||
&path,
|
||||
"com.system76.cosmic-files".to_string(),
|
||||
App::APP_ID.to_string(),
|
||||
"cosmic-files".to_string(),
|
||||
None,
|
||||
);
|
||||
|
|
@ -1988,7 +1988,7 @@ impl Application for App {
|
|||
Ok(()) => {
|
||||
let _ = recently_used_xbel::update_recently_used(
|
||||
&item_path,
|
||||
"com.system76.cosmic-files".to_string(),
|
||||
App::APP_ID.to_string(),
|
||||
"cosmic-files".to_string(),
|
||||
None,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue