mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 16:41:53 -07:00
CGradientValueData: fix toString() method (#5220)
This commit is contained in:
@@ -61,6 +61,7 @@ class CGradientValueData : public ICustomConfigValueData {
|
||||
}
|
||||
|
||||
result += std::format("{}deg", (int)(m_fAngle * 180.0 / M_PI));
|
||||
return result;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user