mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 20:48:09 +00:00
fix(SettingsAdvanced): disable send logs button when logs are disabled
This commit is contained in:
parent
d90a252cf9
commit
2c978d43db
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ TabContainer {
|
|||
}
|
||||
|
||||
TextButtonB {
|
||||
enabled: !sendLogsBlock.loading
|
||||
enabled: !sendLogsBlock.loading && SettingsModel.logsEnabled
|
||||
text: qsTr('sendLogs')
|
||||
|
||||
onClicked: sendLogsBlock.execute()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue