mirror of https://github.com/status-im/StatusQ.git
fix(StatusIdenticonRing): repait ring when model changes
This commit is contained in:
parent
f0c7d950ea
commit
d7b1ae9fbc
|
@ -141,6 +141,11 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections {
|
||||||
|
target: root.settings
|
||||||
|
onRingSpecModelChanged: requestPaint()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue