Skip to content

windowManager: Use MetaWindow.has_attached_dialogs()

Florian Müllner requested to merge fmuellner/gnome-shell:blocking-modals into main

Now that MetaWindow itself exposes a method for checking for attached dialogs, we can use that instead of our own helper method.

See mutter!2123 (merged)

Merge request reports