This squashes a bug when using the text menu to test a watchface (wrong variable was used for the watchface name) and also uses the name of the function (one of testface, deployface or cloneface) rather than constructing it as in "${action}"face for added clarity and for ease of maintenance.
This squashes a bug when using the text menu to test a watchface (wrong variable was used for the watchface name) and also uses the name of the function (one of
testface
,deployface
orcloneface
) rather than constructing it as in"${action}"face
for added clarity and for ease of maintenance.