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

  return {
    type: Settings.SET_STRING_OPTION,