Skip to content

Commit

Permalink
Default to sending info to banglejs.com - there has been zero complai…
Browse files Browse the repository at this point in the history
…nt so far and it's anonymous, app id only
  • Loading branch information
gfwilliams committed Jul 4, 2023
1 parent e1ccf48 commit e521afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DEFAULTSETTINGS = {
favourites : ["launch"],
language : "",
bleCompat: false, // 20 byte MTU BLE Compatibility mode
sendUsageStats: false // send usage stats to banglejs.com
sendUsageStats: true // send usage stats to banglejs.com
};
var SETTINGS = JSON.parse(JSON.stringify(DEFAULTSETTINGS)); // clone

Expand Down

0 comments on commit e521afd

Please sign in to comment.