added config

This commit is contained in:
Anika Raemer 2021-09-26 21:49:21 +02:00
parent 893a2990af
commit f02f439790
7 changed files with 168 additions and 17 deletions

View file

@ -23,7 +23,7 @@ Item{
anchors.top: parent.top
anchors.margins: visible ? container.margins : 0
visible: container.height > 500
visible: container.height > 500 && uiStateModel.pShowQuitAppButton
diameter: visible ? defaultDiameter : 0
imageSource: "qrc:/icon_close"
@ -56,6 +56,7 @@ Item{
VolumeSlider{
id: volumeSlider
visible: uiStateModel.pShowVolumeControls
anchors{
right: parent.right
top: closeAppButton.bottom