Widget Settings: always use MetaData as default + Removed non existing settting from space (debugMode leftovers)
This commit is contained in:
parent
f7b0a28b1e
commit
bc7fe21d27
3 changed files with 2 additions and 12 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue