-
- toggleSetting('errorReporting')}/>
-
-
-
- {
- // eslint-disable-next-line lines-around-comment
- /* On Windows, "Unmounting" basically means "ejecting".
- * On top of that, Windows users are usually not even
- * familiar with the meaning of "unmount", which comes
- * from the UNIX world. */
- }
- toggleSetting('unmountOnSuccess')}/>
-
-
-
- toggleSetting('validateWriteOnSuccess')}/>
-
-
-
- toggleSetting('trim')}/>
-
-
-
- toggleSetting('updatesEnabled')}/>
-
-
- { settings.get('disableUnsafeMode') ? null : (
-
-
- Unsafe mode Dangerous
- )}
- checked={currentSettings.unsafeMode}
- onChange={() => toggleSetting('unsafeMode', {
- description: `Are you sure you want to turn this on?
- You will be able to overwrite your system drives if you're not careful.`,
- confirmLabel: 'Enable unsafe mode'
- })}/>
-
- ) }
-
-
- { _.isEmpty(warning) ? null : (
-