From 22e7cab6d49f5916db5313066167a7a58f30e949 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Fri, 29 Nov 2019 11:44:01 -0500
Subject: [PATCH] Restore system.show_unsupported_addons default value

- Wrongly removed in https://github.com/friendica/friendica/pull/7877
---
 static/defaults.config.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/defaults.config.php b/static/defaults.config.php
index d97e8694d2..67fe103910 100644
--- a/static/defaults.config.php
+++ b/static/defaults.config.php
@@ -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,