mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW: check privacy update
Change-Id: I260fbc20cdddbdadd38f1470a2e7050ee1ed14cd Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user