Skip to content

Commit

Permalink
fix(WhiteScreen): Configure launch duration and auto-hide settings (#948
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lgmarchi authored Dec 17, 2024
1 parent dba53eb commit 49036ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ const config: CapacitorConfig = {
appId: "com.satellite.uplink.app",
appName: "Uplink",
webDir: "build",
plugins: {
SplashScreen: {
launchShowDuration: 5000,
launchAutoHide: true,
},
},
}

export default config

0 comments on commit 49036ef

Please sign in to comment.