adding some more library system changes
This commit is contained in:
parent
e6db4cd395
commit
6aab0acd27
12 changed files with 380 additions and 380 deletions
|
@ -28,6 +28,10 @@ Kirigami.ApplicationWindow {
|
|||
libraryOpen = !libraryOpen
|
||||
}
|
||||
|
||||
Component.onCompleted: secondScreen = Qt.application.screens[1]
|
||||
Component.onCompleted: {
|
||||
print("checking screens")
|
||||
secondScreen = Qt.application.screens[1]
|
||||
print(secondScreen)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue