Update log interface

This commit is contained in:
luboslenco
2019-11-23 22:42:09 +01:00
parent b9091307d3
commit 8a1042e1f3
17 changed files with 51 additions and 32 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ plugin.drawUI = function(ui) {
ui.text("Label");
ui.textInput(h7, "Text Input");
if (ui.button("Button")) {
arm.Log.showError("Hello");
arm.Log.error("Hello");
}
ui.row([1/2, 1/2]);
ui.button("Button A");