mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-29 22:45:58 +01:00
fix flags syntax in json
This commit is contained in:
parent
ae175fdda5
commit
b3c5809986
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ R"#({
|
||||||
"commit": "%s",
|
"commit": "%s",
|
||||||
"dirty": %s
|
"dirty": %s
|
||||||
"commit_message": "%s",
|
"commit_message": "%s",
|
||||||
"flags" = [)#", GIT_BRANCH, GIT_COMMIT_HASH, (strcmp(GIT_DIRTY, "dirty") == 0 ? "true" : "false"), removeBeginEndSpacesTabs(GIT_COMMIT_MESSAGE).c_str());
|
"flags": [)#", GIT_BRANCH, GIT_COMMIT_HASH, (strcmp(GIT_DIRTY, "dirty") == 0 ? "true" : "false"), removeBeginEndSpacesTabs(GIT_COMMIT_MESSAGE).c_str());
|
||||||
|
|
||||||
#ifdef LEGACY_RENDERER
|
#ifdef LEGACY_RENDERER
|
||||||
result += "\"legacyrenderer\",";
|
result += "\"legacyrenderer\",";
|
||||||
|
|
Loading…
Reference in a new issue