const handleDeleteClick = () => {
    if (
      window.confirm(`Are you sure you want to delete the settings for "${setting.get('path')}"?`)
    ) {
      onDeleteSetting(setting.get('id'));