use \ref until I can figure something out for UID

This commit is contained in:
Couls
2019-05-22 14:42:06 -04:00
parent fe68c74466
commit cdb867456e
2 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -42,5 +42,5 @@
for(var/k in 1 to macro_set.len)
var/key = macro_set[k]
var/command = macro_set[key]
winset(src, "[setname]-[UID(key)]", "parent=[setname];name=[key];command=[command]")
winset(src, "[setname]-\ref[key]", "parent=[setname];name=[key];command=[command]")
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED] mainwindow.macro=default")