mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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.url = url
|
||||
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