mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
chore: hide preview grid guide until v0.4.0
This commit is contained in:
@@ -42,7 +42,8 @@ export function PreviewToolbar({
|
|||||||
<div className="justify-self-end flex items-center gap-2.5">
|
<div className="justify-self-end flex items-center gap-2.5">
|
||||||
<ZoomSelect />
|
<ZoomSelect />
|
||||||
<Separator orientation="vertical" className="h-4" />
|
<Separator orientation="vertical" className="h-4" />
|
||||||
<GridPopover>
|
{/* feature for v0.4.0 */}
|
||||||
|
{/* <GridPopover>
|
||||||
<Button
|
<Button
|
||||||
variant={activeGuideDefinition ? "secondary" : "text"}
|
variant={activeGuideDefinition ? "secondary" : "text"}
|
||||||
size="icon"
|
size="icon"
|
||||||
@@ -53,7 +54,7 @@ export function PreviewToolbar({
|
|||||||
<HugeiconsIcon icon={GridTableIcon} />
|
<HugeiconsIcon icon={GridTableIcon} />
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</GridPopover>
|
</GridPopover> */}
|
||||||
<Button variant="text" onClick={onToggleFullscreen}>
|
<Button variant="text" onClick={onToggleFullscreen}>
|
||||||
<HugeiconsIcon icon={FullScreenIcon} />
|
<HugeiconsIcon icon={FullScreenIcon} />
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user