Fix shortcut focus issue?

This commit is contained in:
miruka
2019-09-09 06:44:06 -04:00
parent 6f7695ad22
commit af17151c11
4 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ ApplicationWindow {
asynchronous: false
anchors.fill: parent
focus: true
scale: py.ready ? 1 : 0.5
source: py.ready ? (Qt.application.arguments[1] || "UI.qml") : ""