mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: add keyframe graphs button
This commit is contained in:
@@ -34,6 +34,7 @@ import {
|
|||||||
AlignLeftIcon,
|
AlignLeftIcon,
|
||||||
AlignRightIcon,
|
AlignRightIcon,
|
||||||
Layers01Icon,
|
Layers01Icon,
|
||||||
|
Chart03Icon,
|
||||||
} from "@hugeicons/core-free-icons";
|
} from "@hugeicons/core-free-icons";
|
||||||
import { HugeiconsIcon } from "@hugeicons/react";
|
import { HugeiconsIcon } from "@hugeicons/react";
|
||||||
|
|
||||||
@@ -156,6 +157,14 @@ function ToolbarLeftSection() {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
|
<Tooltip>
|
||||||
|
<ToolbarButton
|
||||||
|
icon={<HugeiconsIcon icon={Chart03Icon} />}
|
||||||
|
tooltip="Graph"
|
||||||
|
onClick={() => {}}
|
||||||
|
/>
|
||||||
|
</Tooltip>
|
||||||
</TooltipProvider>
|
</TooltipProvider>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user