ENH: [STUDIO-2548] maximum recent project count

Change-Id: Iba9c9959089ff1cb9dfdba717fe62b99375da137
This commit is contained in:
chunmao.guo 2023-03-23 13:15:57 +08:00 committed by Lane.Wei
parent 0c2ba2b0a2
commit 778761908a
5 changed files with 97 additions and 10 deletions

View file

@ -284,6 +284,10 @@ void AppConfig::set_defaults()
if (get("mouse_wheel").empty()) {
set("mouse_wheel", "0");
}
if (get("max_recent_count").empty()) {
set("max_recent_count", "18");
}
if (get("staff_pick_switch").empty()) {
set_bool("staff_pick_switch", true);