remove ability to have filled icons

This commit is contained in:
lucy 2026-02-02 23:35:52 +01:00
parent 1eeff4798e
commit 3fc97552b2

View File

@ -4,13 +4,7 @@ import qs
Text {
verticalAlignment: Text.AlignVCenter
property bool fill: true
font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded"
font.family: "Material Symbols Rounded"
color: Colors.onSurfaceColor
font.pixelSize: Settings.config.fontSize + 2
font.variableAxes: ({
GRAD: 100,
opsz: fill ? 48 : 20,
wght: 700
})
}