diff --git a/share/config_domain.toml b/share/config_domain.toml index 2bc4e9661f..3218c2af97 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -27,7 +27,7 @@ i18n = "domain_config" [feature.portal.show_other_domains_apps] type = "boolean" - default = false + default = true [feature.portal.portal_title] type = "string" diff --git a/src/portal.py b/src/portal.py index d695b623c1..e74e4213aa 100644 --- a/src/portal.py +++ b/src/portal.py @@ -75,7 +75,7 @@ def _get_portal_settings( "portal_theme": "system", "portal_tile_theme": "simple", "portal_title": "YunoHost", - "show_other_domains_apps": False, + "show_other_domains_apps": True, "domain": domain, }