Skip to content

Commit 80beae7

Browse files
authored
Merge pull request #30 from sonicbaume/obf-button-hidden
Save hidden property for buttons in OBF
2 parents 4b32670 + 1f961e9 commit 80beae7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/processors/obfProcessor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ class ObfProcessor extends BaseProcessor {
672672
border_color: button.style?.borderColor,
673673
box_id: buttonPositions.get(String(button.id ?? '')),
674674
image_id: imageId,
675+
hidden: button.visibility === 'Hidden' || false,
675676
};
676677
}),
677678
images: Array.isArray(page.images) ? page.images : [],

0 commit comments

Comments
 (0)