You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<label><inputtype="checkbox"checked={s.autoFlip}onChange={(e)=>updateSetting("autoFlip",e.target.checked)}/> Auto-flip board in 2-player mode</label>
95
95
<label><inputtype="checkbox"checked={s.rotateBlackPiecesFixedBoard}onChange={(e)=>updateSetting("rotateBlackPiecesFixedBoard",e.target.checked)}/> Rotate black pieces 180° on fixed 2-player board</label>
96
-
<label><inputtype="checkbox"checked={s.showThreats}onChange={(e)=>updateSetting("showThreats",e.target.checked)}/> Show threatened pieces (learn mode)</label>
96
+
<label><inputtype="checkbox"checked={s.showThreats}onChange={(e)=>updateSetting("showThreats",e.target.checked)}/> Show threatened pieces</label>
97
97
<label><inputtype="checkbox"checked={s.explodeOnCapture}onChange={(e)=>updateSetting("explodeOnCapture",e.target.checked)}/> 💥 Explode pieces on capture</label>
0 commit comments