diff --git a/NUXT/static/icon.svg b/NUXT/static/icon.svg index b033f1e..4db14fa 100644 --- a/NUXT/static/icon.svg +++ b/NUXT/static/icon.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + + diff --git a/capacitor.config.json b/capacitor.config.json index 915e552..8d9be0e 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -12,16 +12,16 @@ "plugins": { "SplashScreen": { "launchShowDuration": 100, - "launchAutoHide": true, + "launchAutoHide": false, "backgroundColor": "#111111", "androidSplashResourceName": "splash", "androidScaleType": "CENTER_CROP", "androidSpinnerStyle": "large", "iosSpinnerStyle": "small", "spinnerColor": "#999999", - "showSpinner": true, - "splashFullScreen": true, - "splashImmersive": true + "showSpinner": false, + "splashFullScreen": false, + "splashImmersive": false } }