mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:15:58 +08:00
Fixed remember output directory default value set to true
This commit is contained in:
parent
36b337b7e7
commit
ae394ca97d
@ -57,6 +57,9 @@ void AppConfig::set_defaults()
|
|||||||
// https://github.com/prusa3d/Slic3r/issues/233
|
// https://github.com/prusa3d/Slic3r/issues/233
|
||||||
if (get("use_legacy_opengl").empty())
|
if (get("use_legacy_opengl").empty())
|
||||||
set("use_legacy_opengl", "0");
|
set("use_legacy_opengl", "0");
|
||||||
|
|
||||||
|
if (get("remember_output_path").empty())
|
||||||
|
set("remember_output_path", "1");
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppConfig::load()
|
void AppConfig::load()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user