Remove custom contextDrawer which is no longer used

This commit is contained in:
Bart De Vries 2023-04-25 14:34:01 +02:00
parent 27f4d6145b
commit ef627c047e
1 changed files with 0 additions and 7 deletions

View File

@ -255,13 +255,6 @@ Kirigami.ApplicationWindow {
}
}
contextDrawer: Kirigami.ContextDrawer {
id: contextDrawer
// make room at the bottom for miniplayer
handle.anchors.bottomMargin: ( (AudioManager.entry && Kirigami.Settings.isMobile) ? ( footerLoader.item.contentY == 0 ? miniplayerSize : 0 ) : 0 ) + Kirigami.Units.smallSpacing
handleVisible: Kirigami.Settings.isMobile ? !AudioManager.entry || footerLoader.item.contentY === 0 : false
}
// Implement slots for MPRIS2 signals
Connections {
target: AudioManager