From dabb6282968d0c9142b665e9ce3fe3d812090cd0 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 24 Aug 2021 17:43:55 +0200 Subject: [PATCH] In advanced settings panel, delete upload message when cleaning. --- linphone-app/ui/views/App/Settings/SettingsAdvanced.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {