fix(onboarding): Image missing in some onboarding screens
File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286
Fixes #5455
This commit is contained in:
parent
9d7e0828ec
commit
220a320282
|
@ -42,7 +42,7 @@ OnboardingBasePage {
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: Style.png("keys")
|
||||
source: Style.png("onboarding/keys")
|
||||
width: 160
|
||||
height: 160
|
||||
mipmap: true
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
Loading…
Reference in New Issue