Widget Settings: always use MetaData as default + Removed non existing settting from space (debugMode leftovers)

This commit is contained in:
LemmyCook 2025-09-09 08:09:22 -04:00
parent f7b0a28b1e
commit bc7fe21d27
3 changed files with 2 additions and 12 deletions

View file

@ -38,12 +38,4 @@ Item {
implicitHeight: Style.barHeight * scaling
width: implicitWidth
height: implicitHeight
// Optional: Add a subtle visual indicator in debug mode
Rectangle {
anchors.fill: parent
color: Qt.rgba(1, 0, 0, 0.1) // Very subtle red tint
visible: Settings.data.general.debugMode || false
radius: Style.radiusXXS * scaling
}
}