mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW: check privacy update
Change-Id: I260fbc20cdddbdadd38f1470a2e7050ee1ed14cd Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
b1a310cf74
commit
240d106d58
10 changed files with 460 additions and 6 deletions
|
@ -257,6 +257,10 @@ void AppConfig::set_defaults()
|
|||
set("mouse_supported", "mouse left/mouse middle/mouse right");
|
||||
}
|
||||
|
||||
if (get("privacy_version").empty()) {
|
||||
set("privacy_version", "00.00.00.00");
|
||||
}
|
||||
|
||||
if (get("rotate_view").empty()) {
|
||||
set("rotate_view", "none/mouse left");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue