Add stl, step, etc. to recent list (#9481)

* Add stl, step, etc. to recent list

* Make configurable

* Merge branch 'main' into recent-files-pr
This commit is contained in:
Vovodroid
2025-08-23 19:24:30 +03:00
committed by GitHub
parent 5ebb490a8d
commit 5fa35342fd
4 changed files with 21 additions and 3 deletions

View File

@@ -362,6 +362,10 @@ void AppConfig::set_defaults()
set("max_recent_count", "18");
}
if (get("recent_models").empty()) {
set("recent_models", "0");
}
// if (get("staff_pick_switch").empty()) {
// set_bool("staff_pick_switch", false);
// }