mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
In advanced settings panel, delete upload message when cleaning.
This commit is contained in:
parent
f5b0adeea6
commit
dabb628296
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@ TabContainer {
|
|||
TextButtonB {
|
||||
text: qsTr('cleanLogs')
|
||||
|
||||
onClicked: Logic.cleanLogs()
|
||||
onClicked: {
|
||||
Logic.cleanLogs()
|
||||
sendLogsBlock.setText('')
|
||||
}
|
||||
}
|
||||
|
||||
TextButtonB {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue