1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Fix incorrect icon color on no active content state

This commit is contained in:
Elias Steurer 2022-04-24 09:17:01 +02:00
parent a068e6d050
commit 0388538359

View File

@ -269,7 +269,6 @@ Rectangle {
icon.source: "qrc:/assets/icons/icon_close.svg"
icon.width: root.iconWidth
icon.height: root.iconHeight
icon.color: Material.iconColor
onClicked: {
ScreenPlay.screenPlayManager.removeAllWallpapers()
ScreenPlay.screenPlayManager.removeAllWidgets()