diff --git a/client/ui/qml/Pages2/PageSettingsServerProtocol.qml b/client/ui/qml/Pages2/PageSettingsServerProtocol.qml index fce9b2a3..2de82531 100644 --- a/client/ui/qml/Pages2/PageSettingsServerProtocol.qml +++ b/client/ui/qml/Pages2/PageSettingsServerProtocol.qml @@ -24,6 +24,13 @@ PageType { ColumnLayout { id: header + Connections { + target: InstallController + function onCachedProfileCleared(message) { + ProtocolsModel.updateModel(ProtocolsModel.getConfig()) + } + } + anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right