From 5807007e485f9c6026437f4eccc805f522ff69a1 Mon Sep 17 00:00:00 2001 From: mxb Date: Fri, 15 Mar 2019 20:09:58 +0100 Subject: [PATCH] Simply allowing keyMap to be accessed from everywhere --- app/Application.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Application.js b/app/Application.js index a095352f..a8195530 100644 --- a/app/Application.js +++ b/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') ) {