mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Allow peek opacity change in the overview
This commit is contained in:
@@ -637,10 +637,6 @@ var PreviewMenu = Utils.defineClass({
|
||||
},
|
||||
|
||||
_focusMetaWindow: function(dimOpacity, window, immediate, ignoreFocus) {
|
||||
if (Main.overview.visibleTarget) {
|
||||
return;
|
||||
}
|
||||
|
||||
window.get_workspace().list_windows().forEach(mw => {
|
||||
let wa = mw.get_compositor_private();
|
||||
let isFocused = !ignoreFocus && mw == window;
|
||||
|
||||
Reference in New Issue
Block a user