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
@@ -28,8 +28,8 @@ function tab_script_draw(htab: zui_handle_t) {
});
}
if (zui_button(tr("Export"))) {
let str: string = tab_script_hscript.text;
ui_files_show("js", true, false, function (path: string) {
let str: string = tab_script_hscript.text;
let f: string = ui_files_filename;
if (f == "") {
f = tr("untitled");