Don't load the app label asynchronously
This commit is contained in:
parent
c26562fab8
commit
a3c249abe9
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue