Browse Source

Fix https://github.com/saenzramiro/rambox/issues/1464 by hiding enable_hidpi_support on non-Windows platforms.

pull/1465/head
Maurice Schleußinger 7 years ago
parent
commit
876a5e0804
  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