13
0

improve understanding by using an actions label, not its path, in the bindings collision dialog

This commit is contained in:
Paul Davis 2020-04-11 21:09:51 -06:00
parent 134b2162ba
commit bfe65ea1e4

View File

@ -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