fix run script

This commit is contained in:
Seth Alves 2018-01-08 15:52:50 -08:00
parent e0bbf9ee41
commit 6626f55652

View file

@ -5,7 +5,7 @@
(function() { // BEGIN LOCAL_SCOPE
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
var button = tablet.addButton({
icon: Script.resolvePath("run.svg"),
icon: Script.resolvePath("assets/images/icon-particles.svg"),
text: "Run",
sortOrder: 15
});
@ -23,6 +23,5 @@
tablet.removeButton(button);
}
button.clicked.connect(onClicked);
})
}());