Mobile: dump the information QML has about the screen
Maybe this will allow us to customize things for certain devices? Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dab2613791
commit
7c3b8f32db
@ -677,6 +677,8 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// try to see if we can detect certain device vendors through these properties
|
||||
console.log("Running on " + Screen.manufacturer + " " + Screen.model + " " + Screen.name)
|
||||
rootItem.visible = true
|
||||
diveList.opacity = 1
|
||||
rootItem.opacity = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user