Skip to content

Fix broken main window after Escape is pressed

Aleix Pol Gonzalez requested to merge work/apol/fix-drawer into master

Recently the ApplicationWindow changed behaviour and broke applications that hide the drawer handle. Over the years the Kirigami.ApplicationWindow has changed as well to only show the handle if the drawer is hidden, so just stick to the default behaviour there as well, so the drawer can be restored.

BUG: 463763

Merge request reports