mirror of
https://github.com/friendica/friendica
synced 2025-05-08 03:44:10 +02:00
Add new frio.always_open_compose setting
- This setting allows the New Post button to always open the Compose page instead of the modal by default
This commit is contained in:
parent
d826fe0a3b
commit
e556dc3c31
7 changed files with 29 additions and 7 deletions
|
@ -393,7 +393,8 @@ class Conversation
|
|||
'$message' => $this->l10n->t('Message'),
|
||||
'$browser' => $this->l10n->t('Browser'),
|
||||
|
||||
'$compose_link_title' => $this->l10n->t('Open Compose page'),
|
||||
'$compose_link_title' => $this->l10n->t('Open Compose page'),
|
||||
'$always_open_compose' => $this->pConfig->get(local_user(), 'frio', 'always_open_compose', false),
|
||||
]);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue