From f87d62faaa9764c530a7f5e8265ff156c9433044 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 5 Sep 2017 14:10:50 -0300 Subject: [PATCH] Option to disable taskbar flash --- app/view/preferences/Preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/preferences/Preferences.js b/app/view/preferences/Preferences.js index 764905c0..4e9541c8 100644 --- a/app/view/preferences/Preferences.js +++ b/app/view/preferences/Preferences.js @@ -172,7 +172,7 @@ Ext.define('Rambox.view.preferences.Preferences',{ ,{ xtype: 'checkbox' ,name: 'flash_frame' - ,boxLabel: locale['preferences[9]'] + ,boxLabel: process.platform === 'darwin' ? locale['preferences[10]'] : locale['preferences[9]'] ,value: config.flash_frame } ,{