aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-29 14:43:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-29 14:43:47 +0200
commit1680c95c2761e9b387e2bdc4074748e3c495ef43 (patch)
treed510ebed64869fb868e573dad0d5e74a3e7956fd /app
parent6f296a789c9cb063ea20c27a5b4f977cf9aeafbf (diff)
downloadwallabag-1680c95c2761e9b387e2bdc4074748e3c495ef43.tar.gz
wallabag-1680c95c2761e9b387e2bdc4074748e3c495ef43.tar.zst
wallabag-1680c95c2761e9b387e2bdc4074748e3c495ef43.zip
Changed default value for list mode (grid instead of list)
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index d7231112..4f4fb900 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -52,7 +52,7 @@ wallabag_core:
52 reading_speed: 1 52 reading_speed: 1
53 cache_lifetime: 10 53 cache_lifetime: 10
54 action_mark_as_read: 1 54 action_mark_as_read: 1
55 list_mode: 1 55 list_mode: 0
56 fetching_error_message: | 56 fetching_error_message: |
57 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. 57 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
58 58