fix(StatusIdenticonRing): repait ring when model changes
This commit is contained in:
parent
94e168423e
commit
3700e575f8
|
@ -141,6 +141,11 @@ Item {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: root.settings
|
||||
onRingSpecModelChanged: requestPaint()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue