mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
config: fix float animation speeds < 0 (#9123)
This commit is contained in:
committed by
GitHub
parent
407453166c
commit
2d82a92324
@@ -2083,7 +2083,7 @@ std::optional<std::string> CConfigManager::handleAnimation(const std::string& co
|
||||
return {};
|
||||
}
|
||||
|
||||
int64_t speed = -1;
|
||||
float speed = -1;
|
||||
|
||||
// speed
|
||||
if (isNumber(ARGS[2], true)) {
|
||||
|
Reference in New Issue
Block a user