mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 09:46:00 +01:00
only discard second arg in rollinglog
This commit is contained in:
parent
97bb2a5e0f
commit
e499411123
1 changed files with 2 additions and 1 deletions
|
@ -1677,6 +1677,7 @@ std::string CHyprCtl::getReply(std::string request) {
|
||||||
|
|
||||||
std::string result = "";
|
std::string result = "";
|
||||||
|
|
||||||
|
if (request.starts_with("rollinglog"))
|
||||||
request = request.substr(0, request.find(" "));
|
request = request.substr(0, request.find(" "));
|
||||||
|
|
||||||
// parse exact cmds first, then non-exact.
|
// parse exact cmds first, then non-exact.
|
||||||
|
|
Loading…
Reference in a new issue