Closed OFFTKP closed 6 months ago
The used const char** would go out of scope and crash (since se_open_file_browser just sets the flags to open the file browser, and se_process_file_browser is what actually displays it later), making them static fixes this.
Fails just the deploy step, mergeable I think
The used const char** would go out of scope and crash (since se_open_file_browser just sets the flags to open the file browser, and se_process_file_browser is what actually displays it later), making them static fixes this.