Code review comment for lp:~mzanetti/unity8/unified-stages

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
                readonly property bool fullscreen: surface && surface.state === Mir.FullscreenState;
"""

If there's no surface I think you will want to fallback to application.fullscreen as I explained in a previous comment.

« Back to merge proposal