mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Use MetaScreen for the focus on older gnome-shell versions
This commit is contained in:
@@ -179,7 +179,7 @@ var PreviewMenu = Utils.defineClass({
|
||||
this._animateOpenOrClose(false, () => this._resetHiddenState());
|
||||
}
|
||||
|
||||
global.display.focus_default_window(1);
|
||||
Utils.DisplayWrapper.getScreen().focus_default_window(1);
|
||||
this._box.get_children().forEach(c => c.reactive = false);
|
||||
this.menu.reactive = false;
|
||||
this.currentAppIcon = null;
|
||||
|
||||
Reference in New Issue
Block a user