Skip to content

Commit

Permalink
fixed #267
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Sep 21, 2023
1 parent 78e132b commit 1d1658e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/renderer/Components/EPubReaderSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,9 @@ const EPUBReaderSettings = memo(
})
);
}}
title="Scrolling speed with keys."
>
Scroll Speed (with keys)
Scroll Speed
</div>
<div className="options">
<InputNumber
Expand Down
13 changes: 7 additions & 6 deletions src/renderer/Components/ReaderSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const ReaderSettings = memo(
);
}}
>
Fit options
Fit Options
</div>
<div className="options">
<div className="row">
Expand Down Expand Up @@ -349,7 +349,7 @@ const ReaderSettings = memo(
);
}}
>
Reading mode
Reading Mode
</div>
<div className="options">
<button
Expand Down Expand Up @@ -399,7 +399,7 @@ const ReaderSettings = memo(
);
}}
>
Pages per Row
Pages Per Row
</div>
<div className="options">
<button
Expand Down Expand Up @@ -478,7 +478,7 @@ const ReaderSettings = memo(
);
}}
>
Reading side
Reading Side
</div>
<div className="options">
<button
Expand Down Expand Up @@ -521,8 +521,9 @@ const ReaderSettings = memo(
})
);
}}
title="Scrolling speed with keys."
>
Scroll Speed (with keys)
Scroll Speed
</div>
<div className="options">
<InputNumber
Expand Down Expand Up @@ -683,7 +684,7 @@ const ReaderSettings = memo(
);
}}
>
Other settings
Other Settings
</div>

<div className="options col">
Expand Down

0 comments on commit 1d1658e

Please sign in to comment.