Skip to content
  • Florian Müllner's avatar
    app: Close all closable windows from quit() · 87a645aa
    Florian Müllner authored and Florian Müllner's avatar Florian Müllner committed
    There's no relation between a window being hidden from overview/taskbars
    and a window not being closable - currently we effectively disable the
    fallback quit action for any application with open transients, which
    simply doesn't make sense.
    
    Instead, only exclude windows for which the close action has been
    explicitly disabled.
    
    !217
    87a645aa