mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
linux: fix shortcut icon aspect ratio
This commit is contained in:
parent
9214df482e
commit
13e1305a76
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ namespace gui::utils
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt::append(file_content, "Icon=%s\n", src_icon_path);
|
fmt::append(file_content, "Icon=%s\n", target_icon_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
fs::file shortcut_file(link_path, fs::read + fs::rewrite);
|
fs::file shortcut_file(link_path, fs::read + fs::rewrite);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue