mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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