Adds a comment to default error handling for desktop sharing.
This commit is contained in:
parent
3a933cfb84
commit
45d997e9f1
|
@ -626,6 +626,10 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
// Handling:
|
||||
// TrackErrors.CHROME_EXTENSION_INSTALLATION_ERROR
|
||||
// TrackErrors.GENERAL
|
||||
// and any other
|
||||
let dialogTxt = APP.translation
|
||||
.generateTranslationHTML("dialog.failtoinstall");
|
||||
let dialogTitle = APP.translation
|
||||
|
|
Loading…
Reference in New Issue