From eb8341b5bc39e9f158baeabd6f49af8218a7d8b4 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 27 Nov 2018 10:18:11 -0500 Subject: [PATCH] add setting options back (#589) * add setting options back * fix height --- components/Settings.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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')} /> + + +