Merge branch 'main' into dev/step-import-dialog

This commit is contained in:
SoftFever 2025-04-05 17:47:59 +08:00 committed by GitHub
commit b1de545ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
234 changed files with 3818 additions and 4732 deletions

View file

@ -15,7 +15,6 @@
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/nowide/cenv.hpp>
#include <boost/nowide/fstream.hpp>
#include <boost/property_tree/ini_parser.hpp>
#include <boost/property_tree/ptree_fwd.hpp>
@ -182,6 +181,9 @@ void AppConfig::set_defaults()
if (get("reverse_mouse_wheel_zoom").empty())
set_bool("reverse_mouse_wheel_zoom", false);
if (get("camera_orbit_mult").empty())
set("camera_orbit_mult", "1.0");
if (get("zoom_to_mouse").empty())
set_bool("zoom_to_mouse", false);