mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
Restore system.show_unsupported_addons default value
- Wrongly removed in https://github.com/friendica/friendica/pull/7877
This commit is contained in:
parent
0191f5242b
commit
22e7cab6d4
1 changed files with 4 additions and 0 deletions
|
@ -382,6 +382,10 @@ return [
|
|||
// Display the received date when the difference between received and created is higher than this.
|
||||
'show_received_seconds' => 500,
|
||||
|
||||
// show_unsupported_addons (Boolean)
|
||||
// Show all addons including the unsupported ones.
|
||||
'show_unsupported_addons' => false,
|
||||
|
||||
// show_unsupported_themes (Boolean)
|
||||
// Show all themes including the unsupported ones.
|
||||
'show_unsupported_themes' => false,
|
||||
|
|
Loading…
Reference in a new issue