|
|
@ -24,7 +24,6 @@ Ext.define('Rambox.Application', { |
|
|
|
totalServicesLoaded: 0 |
|
|
|
totalServicesLoaded: 0 |
|
|
|
,totalNotifications: 0 |
|
|
|
,totalNotifications: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
,xtype : 'application-controller' |
|
|
|
|
|
|
|
,launch: function () { |
|
|
|
,launch: function () { |
|
|
|
// Prevent track if the user have disabled this option (default: false)
|
|
|
|
// Prevent track if the user have disabled this option (default: false)
|
|
|
|
if ( !ipc.sendSync('sendStatistics') ) { |
|
|
|
if ( !ipc.sendSync('sendStatistics') ) { |
|
|
|