Skip to content

Commit

Permalink
fixes(ubports#207) Load icon asynchonously
Browse files Browse the repository at this point in the history
  • Loading branch information
lduboeuf authored Oct 21, 2019
1 parent 329a385 commit a29a014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/Launcher/Drawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ FocusScope {
borderSource: 'undefined'
source: Image {
id: sourceImage
asynchronous: true
sourceSize.width: appIcon.width
source: model.icon
}
Expand Down

0 comments on commit a29a014

Please sign in to comment.