ltr commented

This commit is contained in:
hamid zarghami
2026-05-06 15:48:06 +03:30
parent 795c8aebd1
commit bf4c58251e
@@ -48,7 +48,7 @@ const SettingsPanel = () => {
displayStyle,
autoPlay,
pageFlipSound,
leftToRightFlip,
// leftToRightFlip,
} = documentSettings
useEffect(() => {
@@ -127,11 +127,11 @@ const SettingsPanel = () => {
checked={pageFlipSound}
onChange={(v) => updateDocumentSettings({ pageFlipSound: v })}
/>
<CheckboxRow
{/* <CheckboxRow
label="چپ به راست ورق خوردن"
checked={leftToRightFlip}
onChange={(v) => updateDocumentSettings({ leftToRightFlip: v })}
/>
/> */}
</div>
</section>