mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 07:25:59 +01:00
fix json output in hyprctl animations
This commit is contained in:
parent
97e0f02621
commit
287f31329e
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ std::string animationsRequest(HyprCtl::eHyprCtlOutputFormat format) {
|
||||||
|
|
||||||
ret.pop_back();
|
ret.pop_back();
|
||||||
|
|
||||||
ret += "]";
|
ret += "]]";
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue