Skip to content

Commit

Permalink
Prevent loading for ever in web builds in live chat (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Apr 19, 2023
1 parent 92d969b commit 791a289
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default defineComponent({
if (!process.env.IS_ELECTRON) {
this.hasError = true
this.errorMessage = this.$t('Video["Live Chat is currently not supported in this build."]')
this.isLoading = false
} else {
switch (this.backendPreference) {
case 'local':
Expand Down

0 comments on commit 791a289

Please sign in to comment.