fix ThemedIcon wrongly moved to S. namespace

This commit is contained in:
Damocles 2026-04-17 22:16:20 +02:00
parent c3d7fa0bc5
commit a8d8da7145
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ RowLayout {
shadowHorizontalOffset: 0
}
S.ThemedIcon {
M.ThemedIcon {
anchors.fill: parent
source: iconItem.modelData.icon
tint: iconItem._needsAttention ? S.Theme.base08 : (root.parent?.accentColor ?? S.Theme.base05)