diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index 33a71822..c737c4c2 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -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