Add build marker alert to Analyze for diagnosis

This commit is contained in:
Cidwel Highwind 2026-04-05 14:49:27 +02:00
parent 1919ad8822
commit aee2ef2287
1 changed files with 1 additions and 0 deletions

View File

@ -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