From 0949244d6c9646cadf84fe4b6f7575f06ba37ae1 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 23 Jan 2021 20:44:11 -0500 Subject: [PATCH] Try standalone. Fixes #138 --- src/assets/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/manifest.webmanifest b/src/assets/manifest.webmanifest index 9379daf..e325696 100644 --- a/src/assets/manifest.webmanifest +++ b/src/assets/manifest.webmanifest @@ -2,7 +2,7 @@ "name": "Lemmy", "description": "A link aggregator for the fediverse", "start_url": "/", - "display": "minimal-ui", + "display": "standalone", "background_color": "#222222", "icons": [ { -- 2.44.1