diff --git a/components/Settings.js b/components/Settings.js index 18577de..64088cf 100644 --- a/components/Settings.js +++ b/components/Settings.js @@ -21,7 +21,10 @@ const WindowSettings = React.memo( dropShadow, dropShadowBlurRadius, dropShadowOffsetY, - windowControls + windowControls, + lineNumbers, + widthAdjustment, + watermark }) => { return (
@@ -66,6 +69,17 @@ const WindowSettings = React.memo( enabled={windowControls} onChange={onChange.bind(null, 'windowControls')} /> + + +