mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Channels are now added to the settings menu
This commit is contained in:
parent
c9f74cc55f
commit
073da9735d
2 changed files with 18 additions and 11 deletions
|
@ -121,6 +121,13 @@ class BaseSettings extends BaseModule
|
|||
'accesskey' => 'i',
|
||||
];
|
||||
|
||||
$tabs[] = [
|
||||
'label' => $this->t('Channels'),
|
||||
'url' => 'settings/channels',
|
||||
'selected' => static::class == Settings\Display::class ? 'active' : '',
|
||||
'accesskey' => '',
|
||||
];
|
||||
|
||||
$tabs[] = [
|
||||
'label' => $this->t('Social Networks'),
|
||||
'url' => 'settings/connectors',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue