mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Add an option to allow user disable printer configuration (#4930)
Add an option to allow user diable printer configuration
This commit is contained in:
parent
1e20121b09
commit
2122fcfc16
3 changed files with 7 additions and 1 deletions
|
@ -275,6 +275,10 @@ void AppConfig::set_defaults()
|
|||
set_bool("auto_calculate", true);
|
||||
}
|
||||
|
||||
if (get("remember_printer_config").empty()) {
|
||||
set_bool("remember_printer_config", true);
|
||||
}
|
||||
|
||||
if (get("show_home_page").empty()) {
|
||||
set_bool("show_home_page", true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue