base: cleanup

This commit is contained in:
luboslenco
2026-03-15 10:47:53 +01:00
parent 39db403e8a
commit f2e53fd899
45 changed files with 355 additions and 355 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void import_arm_run_project(char *path) {
recent_path = string_copy(string_replace_all(recent_path, "\\", "/"));
#endif
string_t_array_t *recent = config_raw->recent_projects;
char_ptr_array_remove(recent, recent_path);
string_array_remove(recent, recent_path);
array_insert(recent, 0, recent_path);
config_save();