mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(onboarding): Image missing in some onboarding screens
File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286777669f4f0792f93d672fb7f231eec 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
|
||||
|
BIN
ui/imports/assets/png/onboarding/keys.png
Normal file
BIN
ui/imports/assets/png/onboarding/keys.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
Loading…
x
Reference in New Issue
Block a user