Skip to content

Commit

Permalink
Fix for key binds
Browse files Browse the repository at this point in the history
  • Loading branch information
joshurtree committed May 31, 2024
1 parent ed15bfc commit 6b68f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub mod binds {
"{mods},{key},{dispatcher}",
mods = binding.mods.join(),
key = binding.key,
dispatcher = gen_dispatch_str(binding.dispatcher, false)?
dispatcher = gen_dispatch_str(binding.dispatcher, false)?.data
))
}
/// Binds a keybinding
Expand Down

0 comments on commit 6b68f10

Please sign in to comment.