From 2e2094d243311fbf8257c17788233e3114725555 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 9 Jan 2020 16:20:29 +0100
Subject: [PATCH] Used minimal display

---
 front/vue.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index 9fcae743c8..71c5ec3e1b 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -40,9 +40,9 @@ module.exports = {
     msTileColor: '#000000',
     appleMobileWebAppCapable: 'yes',
     appleMobileWebAppStatusBarStyle: 'black',
-    display: 'minimal-ui',
     workboxPluginMode: 'InjectManifest',
     manifestOptions: {
+      display: 'minimal-ui',
       start_url: '.',
       description: 'A social platform to enjoy and share music',
       scope: "/",
-- 
GitLab