mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Wire the save button on debugs settings
This commit is contained in:
parent
c9e40bd6af
commit
dcec744edb
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ AbstractSettingsLayout {
|
|||
onAccepted: SettingsCpp.cleanLogs()
|
||||
}
|
||||
|
||||
onSave: {
|
||||
SettingsCpp.save()
|
||||
}
|
||||
|
||||
Dialog {
|
||||
id: shareLogs
|
||||
text: qsTr("Les traces de débogage ont été téléversées. Comment souhaitez-vous partager le lien ? ")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue