mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:56:45 +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
|
property alias directory: root.currentDirectory
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component.onCompleted: reload()
|
||||||
|
|
||||||
function doDeleteFile(path) {
|
function doDeleteFile(path) {
|
||||||
console.log("Deleting " + path);
|
console.log("Deleting " + path);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue