mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW:add the download path edit in the preferences
Change-Id: I8dfd3373a25bdd9d70360b61605d92f20052d478
This commit is contained in:
parent
79480405a0
commit
b5979375b4
5 changed files with 88 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue