mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 04:41:15 +02:00
add reload of mappings on component complete
This commit is contained in:
parent
f1919031de
commit
899595183e
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ Window {
|
|||
property alias directory: root.currentDirectory
|
||||
}
|
||||
|
||||
Component.onCompleted: reload()
|
||||
|
||||
function doDeleteFile(path) {
|
||||
console.log("Deleting " + path);
|
||||
|
||||
|
|
Loading…
Reference in a new issue