fix invalid character being set in file path for themes (via theme name or author). log module in error box.

fixes #184
This commit is contained in:
ITotalJustice
2025-06-23 17:08:42 +01:00
parent e039309a77
commit aa724e12ba
3 changed files with 42 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ private:
std::optional<Result> m_code{};
std::string m_message{};
std::string m_code_message{};
std::string m_code_module{};
};
} // namespace sphaira::ui