mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 16:59:21 +00:00
fix(SettingsAdvanced): test url string on logs uploaded
This commit is contained in:
parent
a68e949b12
commit
8f0eafd48d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function cleanLogs () {
|
|||
}
|
||||
|
||||
function handleLogsUploaded (url) {
|
||||
if (url.length) {
|
||||
if (url.length && Utils.startsWith(url, 'http')) {
|
||||
sendLogsBlock.stop('')
|
||||
Qt.openUrlExternally(
|
||||
'mailto:' + encodeURIComponent(Linphone.SettingsModel.logsEmail) +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue