miss me with that analytics shit

This commit is contained in:
Astra 2018-04-24 23:28:54 -04:00
parent 204e49e124
commit 4e7807025e
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@
window.reload = () => { app.relaunch(); app.exit(); };
// disable analytics
$api.util.findFuncExports("AnalyticEventConfigs").default.track = () => {};
// enable experiments
$api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true);