diff options
author | Jochen Topf <jochen@topf.org> | 2015-03-09 14:11:09 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2015-03-09 14:11:09 +0100 |
commit | b6cf111b723d97d26f043788e04650468e227edb (patch) | |
tree | 25ed519e7849296f946b1a09e537af124550937a | |
parent | 3bbc13dc420a11fc92a61be52badec7971cda6e2 (diff) | |
download | taginfo-b6cf111b723d97d26f043788e04650468e227edb.tar taginfo-b6cf111b723d97d26f043788e04650468e227edb.tar.gz |
Make showing the similar tab the default.
-rw-r--r-- | taginfo-config-example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 4866116..2b2ddfb 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -109,7 +109,7 @@ // Settings for the web user interface "user_interface": { "key_page": { - "show_tab_similar": false + "show_tab_similar": true } }, "logging": { |