refact by claude
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Zsolt Tasnadi
2026-02-23 10:22:41 +01:00
parent 272a54ea87
commit 39e06d1d09
8 changed files with 31 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ function AudioTestWindow.generate_menuitems(list_func, index_func)
if current_func then
current_func()
else
trace("Invalid Audio function: " .. list_func[index_menu])
trace("Invalid Audio function: " .. list_func[index_func])
end
end
},