mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Don't load the app label asynchronously
This commit is contained in:
+3
-1
@@ -173,7 +173,9 @@ CenteredGridView {
|
|||||||
Loader {
|
Loader {
|
||||||
id: appNameTextLoader
|
id: appNameTextLoader
|
||||||
active: appIcon.isPlaceholder
|
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
|
width: appIcon.width
|
||||||
height: model.running ? 175 : appIcon.height
|
height: model.running ? 175 : appIcon.height
|
||||||
|
|||||||
Reference in New Issue
Block a user