fixed issue when ui was not getting update about clearing profile cache right after it

This commit is contained in:
Mitternacht822 2025-06-27 15:42:13 +04:00
parent 979ab42c5a
commit a5705dbd70

View file

@ -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