Closed wally2471 closed 3 months ago
Electron v3's implementation of gethiddenproperty automatically base64 encodes BinaryString properties. This causes issues for synsaveinstance trying to base64 encode an already encoded string.
gethiddenproperty
This pull request should fix these issues :)
dtc
Thank you!
dtc in 3 cpu cycles
Electron v3's implementation of
gethiddenproperty
automatically base64 encodes BinaryString properties. This causes issues for synsaveinstance trying to base64 encode an already encoded string.This pull request should fix these issues :)