Disable obsolete feature flags
This commit is contained in:
parent
4206f1c463
commit
b914b59969
8 changed files with 13 additions and 68 deletions
|
@ -13,14 +13,9 @@ try {
|
|||
const { app } = remote;
|
||||
const { nativeTheme } = remote.require('electron');
|
||||
|
||||
// Enable calling
|
||||
window.CALLING = true;
|
||||
|
||||
window.PROTO_ROOT = 'protos';
|
||||
const config = require('url').parse(window.location.toString(), true).query;
|
||||
|
||||
window.GV2 = false;
|
||||
|
||||
let title = config.name;
|
||||
if (config.environment !== 'production') {
|
||||
title += ` - ${config.environment}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue