mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Merge pull request #510 from saibotk/master
Thank you very much! Damn you ES6, making us lazy :)
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user