mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-13 19:26:02 +00:00
Don't load the app label asynchronously
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user