mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
FB14818 Login page for steam is blank
This commit is contained in:
parent
ea230d8698
commit
b4cfea2fbc
1 changed files with 3 additions and 5 deletions
|
@ -84,11 +84,9 @@ Item {
|
|||
height: undefined // invalidate so that the image's size sets the height
|
||||
focus: true
|
||||
|
||||
style: OriginalStyles.ButtonStyle {
|
||||
background: Image {
|
||||
id: buttonImage
|
||||
source: "../../images/steam-sign-in.png"
|
||||
}
|
||||
background: Image {
|
||||
id: buttonImage
|
||||
source: "../../images/steam-sign-in.png"
|
||||
}
|
||||
onClicked: signInBody.login()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue