v3.4.0
This commit is contained in:
parent
3ba52ae160
commit
d3d50ffc79
@ -218,7 +218,7 @@ class Action extends BarItem {
|
|||||||
}
|
}
|
||||||
updateHoverTitle() {
|
updateHoverTitle() {
|
||||||
var text = this.description || '';
|
var text = this.description || '';
|
||||||
if (this.keybind.label) {
|
if (this && this.keybind && this.keybind.label) {
|
||||||
if (text) {
|
if (text) {
|
||||||
text = `${text} (${this.keybind.label})`;
|
text = `${text} (${this.keybind.label})`;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user