v3.4.0
This commit is contained in:
parent
3ba52ae160
commit
d3d50ffc79
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user