fixed issue when ui was not getting update about clearing profile cache right after it
This commit is contained in:
parent
979ab42c5a
commit
a5705dbd70
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ PageType {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: header
|
id: header
|
||||||
|
|
||||||
|
Connections {
|
||||||
|
target: InstallController
|
||||||
|
function onCachedProfileCleared(message) {
|
||||||
|
ProtocolsModel.updateModel(ProtocolsModel.getConfig())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue