overlay: hide some unnecessary buttons

This commit is contained in:
end-4
2025-11-07 21:10:21 +01:00
parent 87181585aa
commit 1cc04e118f
2 changed files with 10 additions and 1 deletions
@@ -7,6 +7,11 @@ import qs.modules.overlay
StyledOverlayWidget {
id: root
fancyBorders: false // Crosshair should be see-through
showCenterButton: true
opacity: 1 // The crosshair itself already has transparency if configured
showClickabilityButton: false
clickthrough: true
contentItem: CrosshairContent {
anchors.centerIn: parent
}