ui cleanup

This commit is contained in:
luboslenco
2025-08-15 22:59:45 +02:00
parent 47f1147ba5
commit e9bc7dfecb
40 changed files with 343 additions and 389 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ function make_draw_cloud_icon_data(f: string, image: gpu_texture_t): draw_cloud_
return data;
}
function ui_files_file_browser(ui: ui_t, handle: ui_handle_t, drag_files: bool = false, search: string = "", refresh: bool = false, context_menu: (s: string)=>void = null): string {
function ui_files_file_browser(handle: ui_handle_t, drag_files: bool = false, search: string = "", refresh: bool = false, context_menu: (s: string)=>void = null): string {
let icons: gpu_texture_t = resource_get("icons.k");
let folder: rect_t = resource_tile50(icons, 2, 1);