This commit is contained in:
JannisX11 2020-03-04 21:18:29 +01:00
parent 3ba52ae160
commit d3d50ffc79

View File

@ -218,7 +218,7 @@ class Action extends BarItem {
}
updateHoverTitle() {
var text = this.description || '';
if (this.keybind.label) {
if (this && this.keybind && this.keybind.label) {
if (text) {
text = `${text} (${this.keybind.label})`;
} else {