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