Skip to content

Commit 220c4ae

Browse files
committed
docs(changeset): allow to display only active tab while exporting image
1 parent 4346627 commit 220c4ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/breezy-balloons-taste.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@codeimage/app': minor
3+
---
4+
5+
allow to display only active tab while exporting image

apps/codeimage/src/components/Toolbar/ExportButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export function ExportDialog(props: ExportDialogProps & DialogProps) {
293293
checked={exportCanvasStore.get.showOnlyActiveTab}
294294
onChange={exportCanvasStore.setShowOnlyActiveTab}
295295
size={'md'}
296-
label={'Show only active tab'}
296+
label={'(Export only) Show only active tab'}
297297
/>
298298
</VStack>
299299
</DynamicSizedContainer>

apps/codeimage/src/components/Toolbar/ExportContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function ExportPopoverContent() {
121121
checked={exportCanvasStore.get.showOnlyActiveTab}
122122
onChange={exportCanvasStore.setShowOnlyActiveTab}
123123
size={'md'}
124-
label={'Show only active tab'}
124+
label={'(Export only) Show only active tab'}
125125
/>
126126
</VStack>
127127
</div>

0 commit comments

Comments
 (0)