mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW:add the download path edit in the preferences
Change-Id: I8dfd3373a25bdd9d70360b61605d92f20052d478
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user