From b806c2fd46c71145621f113f853b2c54ba43bece Mon Sep 17 00:00:00 2001 From: Ethan Date: Wed, 23 Mar 2022 11:34:38 -0500 Subject: [PATCH] updated settings icon --- NUXT/components/topNavigation.vue | 2 +- android/app/src/main/assets/capacitor.config.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NUXT/components/topNavigation.vue b/NUXT/components/topNavigation.vue index dad8e5c..fb68dbe 100644 --- a/NUXT/components/topNavigation.vue +++ b/NUXT/components/topNavigation.vue @@ -44,7 +44,7 @@ class="ml-4 mr-2 my-auto fill-height" style="border-radius: 0.25rem !important" to="/settings" - >mdi-dots-verticalmdi-cog-outline diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index 33e2244..97d52be 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -10,16 +10,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 } } }