mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
new option: OPEN_LINKS_IN_NEW_WINDOW (closes #47)
This commit is contained in:
@@ -17,6 +17,8 @@ create index ttrss_sessions_expire_index on ttrss_sessions(expire);
|
||||
|
||||
delete from ttrss_prefs where pref_name = 'ENABLE_SPLASH';
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('OPEN_LINKS_IN_NEW_WINDOW', 1, 'true', 'Open article links in new browser window',2);
|
||||
|
||||
update ttrss_version set schema_version = 6;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user