137aaf2429
* fix: pass the boolean value of enableAutoSize to setSize The webContents setSize API takes in an optional enableAutoSize boolean. Looking in the code, if that property is set, regardless if you pass in true or false, it will always set it to true. This change passes the appropriate boolean value down properly. * creating new bool for autosize |
||
---|---|---|
.. | ||
app | ||
browser | ||
common | ||
node | ||
renderer | ||
utility |