1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 22:41:28 +00:00

mobile: allow showing category content inline (closes #315)

This commit is contained in:
Andrew Dolgov
2011-03-04 17:53:02 +03:00
parent a3ef7d106a
commit cfad9259a6
10 changed files with 54 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_MOBILE_BROWSE_CATS', 1, 'true', '', 1);
update ttrss_version set schema_version = 79;
commit;