diff --git a/src/config/ConfigDataValues.hpp b/src/config/ConfigDataValues.hpp index 39c60a5a..c162bb40 100644 --- a/src/config/ConfigDataValues.hpp +++ b/src/config/ConfigDataValues.hpp @@ -61,6 +61,7 @@ class CGradientValueData : public ICustomConfigValueData { } result += std::format("{}deg", (int)(m_fAngle * 180.0 / M_PI)); + return result; } };