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:
Dirk Hohndel 2019-09-13 23:20:32 +02:00
parent dab2613791
commit 7c3b8f32db

View file

@ -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