mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Remove network tabs additional features
- Remove New network tab - Remove Bookmark network tab
This commit is contained in:
parent
a345a7acfb
commit
6ad8bf0cca
2 changed files with 6 additions and 51 deletions
|
@ -114,13 +114,6 @@ class Feature
|
|||
['networks', DI::l10n()->t('Protocol Filter'), DI::l10n()->t('Enable widget to display Network posts only from selected protocols'), false, DI::config()->get('feature_lock', 'networks', false)],
|
||||
],
|
||||
|
||||
// Network tabs
|
||||
'net_tabs' => [
|
||||
DI::l10n()->t('Network Tabs'),
|
||||
['new_tab', DI::l10n()->t('Network New Tab'), DI::l10n()->t("Enable tab to display only new Network posts \x28from the last 12 hours\x29"), false, DI::config()->get('feature_lock', 'new_tab', false)],
|
||||
['link_tab', DI::l10n()->t('Network Shared Links Tab'), DI::l10n()->t('Enable tab to display only Network posts with links in them'), false, DI::config()->get('feature_lock', 'link_tab', false)],
|
||||
],
|
||||
|
||||
// Item tools
|
||||
'tools' => [
|
||||
DI::l10n()->t('Post/Comment Tools'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue