Merge pull request #510 from saibotk/master

Thank you very much! Damn you ES6, making us lazy :)
This commit is contained in:
Charles Gagnon
2018-11-18 08:23:21 -05:00
committed by GitHub

View File

@@ -518,7 +518,7 @@ var taskbarAppIcon = new Lang.Class({
}
},
_checkIfMonitorHasFocus() {
_checkIfMonitorHasFocus: function() {
return global.display.focus_window && global.display.focus_window.get_monitor() === this.panelWrapper.monitor.index;
},