Don't load the app label asynchronously

This commit is contained in:
Cameron Gutman 2021-03-02 19:03:09 -06:00
commit a3c249abe9

View file

@ -173,7 +173,9 @@ CenteredGridView {
Loader {
id: appNameTextLoader
active: appIcon.isPlaceholder
asynchronous: true
// This loader is not asynchronous to avoid noticeable differences
// in the time in which the text loads for each game.
width: appIcon.width
height: model.running ? 175 : appIcon.height