forked from 77media/video-flow
Merge branch 'hide-photo-story-button' into dev
This commit is contained in:
commit
d03313734f
@ -465,7 +465,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
<div className="hidden sm:block w-px h-4 bg-white/[0.20]"></div>
|
||||
|
||||
{/* 图片故事按钮 */}
|
||||
<Tooltip title="Create movie from image" placement="top" trigger={isDesktop ? "hover" : "contextMenu"}>
|
||||
{/* <Tooltip title="Create movie from image" placement="top" trigger={isDesktop ? "hover" : "contextMenu"}>
|
||||
<button
|
||||
data-alt="photo-story-button"
|
||||
className="flex items-center gap-1.5 px-2 py-2 text-white/[0.70] hover:text-white transition-colors"
|
||||
@ -473,7 +473,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
>
|
||||
<ImagePlay className="w-4 h-4" />
|
||||
</button>
|
||||
</Tooltip>
|
||||
</Tooltip> */}
|
||||
|
||||
{isDesktop ? (
|
||||
<PcPhotoStoryModal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user