Skip to content

modalDialog: Fix fading out dialog

Florian Müllner requested to merge fmuellner/gnome-shell:timed-logout into main

The dialog's state property has been read-only since commit 2f6323af, but the callback at the end of the fade transition still tries to set the value directly.

Fixes #6506 (closed)

Merge request reports