Fix init order so ForceEnglish option actually works.

This commit is contained in:
J-D-K
2025-08-20 18:56:27 -04:00
parent 2a48b18b49
commit 280e5d6cb9
5 changed files with 17 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ namespace config
private:
/// @brief This is where the majority of the config values are.
std::map<std::string, uint8_t> m_configMap{};
std::map<std::string, uint8_t, std::less<>> m_configMap{};
/// @brief The main directory JKSV operates from.
fslib::Path m_workingDirectory{};