Unify namespaces

This commit is contained in:
luboslenco
2025-03-09 17:02:12 +01:00
parent 73977a0c38
commit 9c7960f8f8
200 changed files with 7132 additions and 7132 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function tab_console_draw(htab: ui_handle_t) {
///if (arm_windows || arm_linux || arm_macos)
if (ui_button(tr("Copy"))) {
let str: string = string_array_join(console_last_traces, "\n");
kinc_copy_to_clipboard(str);
iron_copy_to_clipboard(str);
}
///end