diff options
Diffstat (limited to 'mac/Hyperterm/local/hideTitle/index.js')
-rw-r--r-- | mac/Hyperterm/local/hideTitle/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/Hyperterm/local/hideTitle/index.js b/mac/Hyperterm/local/hideTitle/index.js index d632cbc..5f56dca 100644 --- a/mac/Hyperterm/local/hideTitle/index.js +++ b/mac/Hyperterm/local/hideTitle/index.js @@ -16,6 +16,7 @@ exports.decorateConfig = config => { .tabs_list { display: none; } //.header_header { display: none; } .terms_terms { margin-top: 0px; } + .tabs_title { display: none; } ` }) } |