mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue