Revert "windowManager: Undim parent when minimizing attached modal"
This reverts commit 78a7cc1836
.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2349>
This commit is contained in:
parent
b6fe92aca8
commit
31acf30bfa
@ -1141,10 +1141,6 @@ var WindowManager = class {
|
||||
}
|
||||
|
||||
_minimizeWindow(shellwm, actor) {
|
||||
const window = actor.meta_window;
|
||||
if (window.is_attached_dialog())
|
||||
this._checkDimming(window.get_transient_for());
|
||||
|
||||
const types = [
|
||||
Meta.WindowType.NORMAL,
|
||||
Meta.WindowType.MODAL_DIALOG,
|
||||
|
Loading…
Reference in New Issue
Block a user