hyprland keybinds: remove trailing comma (#1559)

This commit is contained in:
end-4
2025-07-16 09:39:53 +07:00
parent 36390e107b
commit eedd5d8f27
@@ -41,7 +41,7 @@ Singleton {
Process {
id: getDefaultKeybinds
running: true
command: [root.keybindParserPath, "--path", root.defaultKeybindConfigPath,]
command: [root.keybindParserPath, "--path", root.defaultKeybindConfigPath]
stdout: SplitParser {
onRead: data => {