NEW:add the download path edit in the preferences

Change-Id: I8dfd3373a25bdd9d70360b61605d92f20052d478
This commit is contained in:
tao wang 2022-10-11 13:05:36 +08:00 committed by Lane.Wei
parent 79480405a0
commit b5979375b4
5 changed files with 88 additions and 3 deletions

View file

@ -273,6 +273,10 @@ void AppConfig::set_defaults()
set("precise_control", "none/mouse left");
}
if (get("download_path").empty()) {
set("download_path", "");
}
if (get("mouse_wheel").empty()) {
set("mouse_wheel", "0");
}