Browse Source

Merge pull request #1465 from M4urice/patch

Fix #1464 by hiding "enable_hidpi_support" on non-Windows platforms.
pull/1617/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
be6d5bd104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/view/preferences/Preferences.js

1
app/view/preferences/Preferences.js

@ -234,6 +234,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
,name: 'enable_hidpi_support'
,boxLabel: locale['preferences[8]']
,value: config.enable_hidpi_support
,hidden: process.platform !== 'win32'
}
,{
xtype: 'fieldset'

Loading…
Cancel
Save