fix(mobile): remove showSpinner

pull/3198/head
Tienson Qin 2021-12-01 10:58:01 +08:00
parent aa740ea0a6
commit 857774e407
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ const config: CapacitorConfig = {
launchAutoHide: false, launchAutoHide: false,
androidScaleType: "CENTER_CROP", androidScaleType: "CENTER_CROP",
splashImmersive: false, splashImmersive: false,
showSpinner: true
backgroundColor: "#002b36" backgroundColor: "#002b36"
}, },
}, },