mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix 'load' button
This commit is contained in:
parent
2ed54d8ea7
commit
e7bfcba44f
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ Window {
|
|||
anchors.right: parent.right
|
||||
text: "Load"
|
||||
enabled: selectedScript.text != ""
|
||||
onClicked: root.loadScript(selectedScript.text)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue