this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wasm build fix

Nesbox 7cbe0dc6 7735c8a8

+2 -1
+2 -1
src/studio/screens/console.c
··· 2425 2425 { 2426 2426 if(console->desc->count) 2427 2427 { 2428 - const char* path = tic_fs_path(console->fs, console->desc->params->key); 2428 + const char* name = console->desc->params->key; 2429 + const char* path = tic_fs_path(console->fs, name); 2429 2430 2430 2431 if(fs_exists(path)) 2431 2432 {