diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index 802cb32e..fdd1f2c4 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -45,6 +45,7 @@ export enum Icons { CIRCLE_CHECK = "circle_check", SKIP_EPISODE = "skip_episode", IOS_SHARE = "ios_share", + IOS_FILES = "ios_files", } export interface IconProps { @@ -96,7 +97,8 @@ const iconList: Record = { mail: ``, circle_check: ``, skip_episode: ``, - ios_share: ``, + ios_share: ``, + ios_files: ``, }; function ChromeCastButton() { diff --git a/src/components/player/atoms/settings/DownloadView.tsx b/src/components/player/atoms/settings/DownloadView.tsx index 0042824a..f2c70dc7 100644 --- a/src/components/player/atoms/settings/DownloadView.tsx +++ b/src/components/player/atoms/settings/DownloadView.tsx @@ -1,3 +1,4 @@ +import { Icon, Icons } from "@/components/Icon"; import { Menu } from "@/components/player/internals/ContextMenu"; import { useOverlayRouter } from "@/hooks/useOverlayRouter"; @@ -16,9 +17,22 @@ export function DownloadView({ id }: { id: string }) { have control over how the downloads are provided. - To download on iOS, click Share, - then Save to File and then as after - you click the button. + To download on iOS, click{" "} + + + + , then{" "} + + Save to Files + + {" "} + , then pick a nice and cozy folder for your video! To download on Android or PC, click or tap and hold on the video,