mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:08:53 +02:00
Fix bool.
This commit is contained in:
parent
1c457b766c
commit
4336291635
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Item {
|
||||||
root.item = newItem
|
root.item = newItem
|
||||||
root.item.url = url
|
root.item.url = url
|
||||||
root.item.scriptUrl = scriptUrl
|
root.item.scriptUrl = scriptUrl
|
||||||
root.item.transparentBackground = webBackgroundColor.endsWith("FF") ? true : false
|
root.item.transparentBackground = webBackgroundColor.endsWith("FF") ? false : true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue