Add experimental Linux support for ringrtc ADM.
This commit is contained in:
parent
2a3c1069fb
commit
4fbf5fee57
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
import * as RemoteConfig from '../../RemoteConfig';
|
import * as RemoteConfig from '../../RemoteConfig';
|
||||||
import OS from '../os/osMain';
|
|
||||||
import { isProduction } from '../version';
|
import { isProduction } from '../version';
|
||||||
|
|
||||||
export function getUseRingrtcAdm(): boolean {
|
export function getUseRingrtcAdm(): boolean {
|
||||||
|
@ -13,7 +12,6 @@ export function getUseRingrtcAdm(): boolean {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
isProduction(window.getVersion()) ||
|
isProduction(window.getVersion()) ||
|
||||||
OS.isLinux() ||
|
|
||||||
!RemoteConfig.isEnabled('desktop.internalUser')
|
!RemoteConfig.isEnabled('desktop.internalUser')
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue