mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +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
|
anchors.right: parent.right
|
||||||
text: "Load"
|
text: "Load"
|
||||||
enabled: selectedScript.text != ""
|
enabled: selectedScript.text != ""
|
||||||
|
onClicked: root.loadScript(selectedScript.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue