diff options
Diffstat (limited to 'old-ui/app/config.js')
-rw-r--r-- | old-ui/app/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old-ui/app/config.js b/old-ui/app/config.js index 91239f19c..da71809c4 100644 --- a/old-ui/app/config.js +++ b/old-ui/app/config.js @@ -222,7 +222,7 @@ ConfigScreen.prototype.render = function () { }, }, 'Clear privacy data'), ]), - + h('hr.horizontal-line'), h('div', { @@ -253,7 +253,7 @@ ConfigScreen.prototype.render = function () { 'Enable privacy mode' ), ]), - + h('hr.horizontal-line'), h('div', { |