improve understanding by using an actions label, not its path, in the bindings collision dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user