mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-17 09:53:02 +01:00
fix(chapters): use bookmarks icon to disambiguate from episode list
This commit is contained in:
@@ -249,7 +249,7 @@ export const BottomControls: FC<BottomControlsProps> = ({
|
|||||||
accessibilityRole='button'
|
accessibilityRole='button'
|
||||||
accessibilityLabel={t("chapters.open")}
|
accessibilityLabel={t("chapters.open")}
|
||||||
>
|
>
|
||||||
<Ionicons name='list' size={24} color='white' />
|
<Ionicons name='bookmarks' size={24} color='white' />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
)}
|
)}
|
||||||
<SkipButton
|
<SkipButton
|
||||||
|
|||||||
Reference in New Issue
Block a user