setting to prefer os native file dialog uis (off by default because they are slow and bad)

This commit is contained in:
Ryan Fleury
2025-05-20 15:59:49 -07:00
parent 2d5bf9efc2
commit 25dda717ad
8 changed files with 61 additions and 1 deletions
+6
View File
@@ -680,6 +680,12 @@ os_graphical_message(B32 error, String8 title, String8 message)
fprintf(stderr, "%.*s\n\n", str8_varg(message));
}
internal String8
os_graphical_pick_file(Arena *arena, String8 initial_path)
{
return str8_zero();
}
////////////////////////////////
//~ rjf: @os_hooks Shell Operations