improve understanding by using an actions label, not its path, in the bindings collision dialog
This commit is contained in:
parent
134b2162ba
commit
bfe65ea1e4
@ -1068,7 +1068,7 @@ Bindings::bound_name (KeyboardKey const& kb, Operation op) const
|
||||
if (b == km.end()) {
|
||||
return "";
|
||||
}
|
||||
return b->second.action_name;
|
||||
return b->second.action->get_label();
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user