export function setBooleanOption(option, state, fromMain?) {
  setOption(option, state);

  return {
    type: Settings.SET_BOOLEAN_OPTION,