1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -04:00

changelog: remove text note

This commit is contained in:
bbedward
2026-02-17 10:50:01 -05:00
parent 22ed740394
commit 4133f11d82

View File

@@ -240,11 +240,11 @@ Column {
} }
} }
StyledText { // StyledText {
text: "See full release notes for migration steps" // text: "See full release notes for migration steps"
font.pixelSize: Theme.fontSizeSmall // font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText // color: Theme.surfaceVariantText
width: parent.width // width: parent.width
} // }
} }
} }