Disable obsolete feature flags

This commit is contained in:
Scott Nonnenberg 2020-10-07 11:27:08 -07:00 committed by Josh Perez
parent 4206f1c463
commit b914b59969
8 changed files with 13 additions and 68 deletions

View file

@ -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}`;