From d0ebdf4df13f8ad02ecc9956a6289647b0c03206 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 9 Jul 2026 18:08:00 -0500 Subject: [PATCH] Set weight_windows_on to true if weight_windows_file is specified --- src/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings.cpp b/src/settings.cpp index 58bced94031..15a7b9c27c9 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1247,6 +1247,7 @@ void read_settings_xml(pugi::xml_node root) // read weight windows from file if (check_for_node(root, "weight_windows_file")) { weight_windows_file = get_node_value(root, "weight_windows_file"); + weight_windows_on = true; } // read settings for weight windows value, this will override