Browse Source

Simply allowing keyMap to be accessed from everywhere

pull/2138/head
mxb 6 years ago
parent
commit
5807007e48
  1. 1
      app/Application.js

1
app/Application.js

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

Loading…
Cancel
Save