Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay

This commit is contained in:
Sander Ferdinand
2018-04-28 18:50:07 +02:00
parent 229fba2de9
commit d6427a1efb
3 changed files with 2 additions and 10 deletions

View File

@@ -153,12 +153,4 @@ Item {
}
}
}
Rectangle {
id: bg
z: parent.z + 1
anchors.fill: parent
color: "black"
opacity: 0.8
}
}