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

This commit is contained in:
Zsolt Tasnadi
2026-02-23 10:22:41 +01:00
parent 272a54ea87
commit 7deeffa8d6
20 changed files with 85 additions and 77 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
},