Add seq_top_layer_only config default to fix moves slider

This commit is contained in:
Andrew Sun
2025-09-20 13:22:38 -04:00
parent 2c342875c2
commit f696d19181
2 changed files with 10 additions and 21 deletions

View File

@@ -166,6 +166,9 @@ void AppConfig::set_defaults()
#endif // _WIN32
}
if (get("seq_top_layer_only").empty())
set("seq_top_layer_only", "1");
if (get("use_perspective_camera").empty())
set_bool("use_perspective_camera", true);