Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: [desktop-fileinfo] The cpu usage is high when the mouse clicks …
…the desktop icon 1. When the icon of a desktop file is in svg format and the mouse moves over the file, QIcon is frequently invoked to create an object, resulting in high cpu usage. 2. svg availableSizes returns a null value, causing the cache QIcon to be emptied, resulting in not only a rebuild, but also a high cpu utilization. 3. Remove the judgment of availableSizes. Log: fix issue Bug: https://pms.uniontech.com/bug-view-289327.html
- Loading branch information