mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 04:49:14 +00:00
remove splashscreen
This commit is contained in:
@@ -171,8 +171,6 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DISPLAY_FEEDLIST_ACTIONS', 1, 'false', 'Display feedlist actions',2,
|
||||
'Display separate dropbox for feedlist actions, if disabled these actions are available in global actions menu.');
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_SPLASH', 1, 'false', 'Enable loading splashscreen',2);
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ALLOW_DUPLICATE_POSTS', 1, 'true', 'Allow duplicate posts',1,
|
||||
'This option is useful when you are reading several planet-type aggregators with partially colliding userbase.
|
||||
When disabled, it forces same posts from different feeds to appear only once.');
|
||||
|
||||
Reference in New Issue
Block a user