This commit is contained in:
luboslenco
2024-04-07 09:52:45 +02:00
parent 6787699bd7
commit 53ba0e62b1
56 changed files with 1133 additions and 849 deletions
+1 -1
View File
@@ -29,8 +29,8 @@ function tab_console_draw(htab: zui_handle_t) {
console_last_traces = [];
}
if (zui_button(tr("Export"))) {
let str: string = console_last_traces.join("\n");
ui_files_show("txt", true, false, function (path: string) {
let str: string = console_last_traces.join("\n");
let f: string = ui_files_filename;
if (f == "") {
f = tr("untitled");