mirror of
https://github.com/NickHu/sway
synced 2024-12-28 22:23:30 +01:00
Fix binding bindcode flag initialization
This commit is contained in:
parent
a056419ad7
commit
705230a26c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ static struct cmd_results * cmd_bindsym_or_bindcode(int argc, char **argv, bool
|
|||
binding->modifiers = 0;
|
||||
binding->release = false;
|
||||
binding->locked = false;
|
||||
binding->bindcode = false;
|
||||
binding->bindcode = bindcode;
|
||||
|
||||
// Handle --release and --locked
|
||||
while (argc > 0) {
|
||||
|
|
Loading…
Reference in a new issue