diff --git a/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml b/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml index 0fc2ee68c..9b55b56ae 100644 --- a/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml +++ b/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml @@ -75,7 +75,10 @@ TabContainer { TextButtonB { text: qsTr('cleanLogs') - onClicked: Logic.cleanLogs() + onClicked: { + Logic.cleanLogs() + sendLogsBlock.setText('') + } } TextButtonB {