Fix textures tab - open in browser

This commit is contained in:
luboslenco
2025-10-17 12:07:44 +02:00
parent 2c0db3a1b4
commit 0a4e474ba0
+4 -3
View File
@@ -8,9 +8,10 @@ let _tab_browser_draw_b: string;
let tab_browser_refresh: bool = false;
function tab_browser_show_directory(directory: string) {
tab_browser_hpath.text = directory;
tab_browser_hsearch.text = "";
ui_base_htabs[tab_area_t.STATUS].i = 0;
tab_browser_hpath.text = directory;
tab_browser_hsearch.text = "";
ui_base_htabs[tab_area_t.STATUS].i = 0;
config_raw.layout_tabs[tab_area_t.STATUS] = 0;
}
function tab_browser_draw(htab: ui_handle_t) {