mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 04:52:12 +02:00
Fix application uninstall in marketplace item tester
This commit is contained in:
parent
cd18578061
commit
440e2062f5
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Rectangle {
|
|||
print("Marketplace item tester unsupported assetType " + assetType);
|
||||
}
|
||||
},
|
||||
"trash": function(){
|
||||
"trash": function(resource, assetType){
|
||||
if ("application" === assetType) {
|
||||
Commerce.uninstallApp(resource);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue