1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

remove dumb tooltip

This commit is contained in:
bbedward
2025-08-15 23:12:02 -04:00
parent af9607fdbe
commit 2612776a87

View File

@@ -42,27 +42,6 @@ Rectangle {
}
}
ToolTip {
visible: mouseArea.containsMouse
delay: 1000
text: IdleInhibitorService.idleInhibited
? "Screen timeout disabled\nClick to enable"
: "Screen timeout enabled\nClick to disable"
contentItem: Text {
text: parent.text || ""
font.family: Theme.fontFamily || "Sans"
font.pixelSize: Theme.fontSize - 2
color: Theme.surfaceText
}
background: Rectangle {
color: Theme.surfaceContainer
radius: Theme.cornerRadius
border.color: Theme.outline
border.width: 1
}
}
Behavior on color {
ColorAnimation {