Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Load icon asynchonously (#209)
Browse files Browse the repository at this point in the history
Fixes #207
  • Loading branch information
lduboeuf authored and dobey committed Oct 22, 2019
1 parent 329a385 commit c7bac8e
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 c7bac8e

Please sign in to comment.