1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 02:32:29 +01:00

Fix drawer animation

when drawer is open and the user clicks on the main navigation
This commit is contained in:
Elias Steurer 2024-11-21 10:07:13 +01:00
parent e5094c51d1
commit 2c701d92d2

View File

@ -32,6 +32,11 @@ Item {
navWrapper.visible = true;
}
}
StackView.onStatusChanged: {
if (StackView.status == StackView.Deactivating) {
installedDrawer.close();
}
}
InstalledDrawer {
id: installedDrawer