fix(StatusIdenticonRing): repait ring when model changes

This commit is contained in:
Patryk Osmaczko 2022-04-07 21:14:11 +02:00 committed by osmaczko
parent f0c7d950ea
commit d7b1ae9fbc
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ Item {
} }
} }
} }
Connections {
target: root.settings
onRingSpecModelChanged: requestPaint()
}
} }
} }
} }