fix(StatusIdenticonRing): repait ring when model changes

This commit is contained in:
Patryk Osmaczko 2022-04-07 21:14:11 +02:00 committed by Michał Cieślak
parent 94e168423e
commit 3700e575f8
1 changed files with 5 additions and 0 deletions

View File

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