Skip to content

Commit

Permalink
Initialize windowControlsCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdpattern committed Nov 3, 2017
1 parent 04e1b1e commit 6b47bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -71,7 +71,7 @@ const colors = {
};

exports.decorateConfig = (config) => {
let windowControlsCSS;
let windowControlsCSS = '';
if (config.showWindowControls) {
windowControlsCSS = '.list_2902 { margin-left: 0 !important; }';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

"name": "hyper-ayu-light",
Expand Down

0 comments on commit 6b47bc8

Please sign in to comment.