mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-18 11:02:10 +00:00
hyprctl: remove trailing comma from json object (#13042)
This commit is contained in:
@ -802,7 +802,7 @@ static std::string devicesRequest(eHyprCtlOutputFormat format, std::string reque
|
||||
result += std::format(
|
||||
R"#( {{
|
||||
"address": "0x{:x}",
|
||||
"type": "tabletTool",
|
||||
"type": "tabletTool"
|
||||
}},)#",
|
||||
rc<uintptr_t>(d.get()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user