Просмотр исходного кода

fix: Respect the disableRtx config option.

master
George Politis 8 лет назад
Родитель
Сommit
a7015b0d1a
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      config.js

+ 2
- 1
config.js Просмотреть файл

78
     // edit their profile.
78
     // edit their profile.
79
     enableUserRolesBasedOnToken: false,
79
     enableUserRolesBasedOnToken: false,
80
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
80
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
81
-    disableSuspendVideo: true
81
+    disableSuspendVideo: true,
82
+    disableRtx: true
82
 };
83
 };

Загрузка…
Отмена
Сохранить