nosignal-shell/widgets/MaterialIcon.qml
2 * r + 2 * t 2f714ff604 internal: fix memory issue
Fix loading material symbols into memory 7000 times eating up tons of memory
2025-06-05 17:43:13 +10:00

11 lines
230 B
QML

import "root:/config"
StyledText {
property real fill
font.family: Appearance.font.family.material
font.pointSize: Appearance.font.size.larger
font.variableAxes: ({
FILL: fill.toFixed(1)
})
}