Browse Source

Option to disable taskbar flash

pull/1121/head
Ramiro Saenz 8 years ago
parent
commit
f87d62faaa
  1. 2
      app/view/preferences/Preferences.js

2
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
}
,{

Loading…
Cancel
Save