fix app name
This commit is contained in:
parent
f8113947f5
commit
bcfdc1138b
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,
|
||||||
"org.cosmic.cosmic-files".to_string(),
|
"com.system76.cosmic-files".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,
|
||||||
"org.cosmic.cosmic-files".to_string(),
|
"com.system76.cosmic-files".to_string(),
|
||||||
"cosmic-files".to_string(),
|
"cosmic-files".to_string(),
|
||||||
None,
|
None,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue