Skip to content
Snippets Groups Projects
Commit 730c48f9 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Felix Paul Kühne
Browse files

qml: add FloatingNotifcation to MainInterface

parent 429bb821
No related branches found
No related tags found
1 merge request!6638qml: show UI scale when value changes
......@@ -530,6 +530,17 @@ FocusScope {
}
}
Widgets.FloatingNotification {
id: notif
anchors {
bottom: miniPlayer.top
left: parent.left
right: parent.right
margins: VLCStyle.margin_large
}
}
MiniPlayer {
id: miniPlayer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment