Add build marker alert to Analyze for diagnosis
This commit is contained in:
parent
1919ad8822
commit
aee2ef2287
|
|
@ -2660,6 +2660,7 @@ openMainDialog = function()
|
||||||
text = "Analyze",
|
text = "Analyze",
|
||||||
visible = false,
|
visible = false,
|
||||||
onclick = function()
|
onclick = function()
|
||||||
|
app.alert("ANALYZE CLICKED - build 1919ad8+1")
|
||||||
-- Always refresh to avoid stale image from a different sprite
|
-- Always refresh to avoid stale image from a different sprite
|
||||||
refreshSource()
|
refreshSource()
|
||||||
if not S.sourceImage then
|
if not S.sourceImage then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue