mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
Update TabletAssetServer.qml
This commit is contained in:
parent
a6a4bd5923
commit
1beec26003
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ Rectangle {
|
|||
});
|
||||
}
|
||||
function deleteFile(index) {
|
||||
var path=[];
|
||||
var path = [];
|
||||
|
||||
if (!index) {
|
||||
for (var i = 0; i < selectedItems; i++) {
|
||||
|
|
Loading…
Reference in a new issue