Skip to content

Commit

Permalink
fix(app): Capacitor does not hide splashscreen even if quasar.conf.js…
Browse files Browse the repository at this point in the history
… > capacitor > hideSplashcreen is not set to "false" #5915
  • Loading branch information
rstoenescu committed Dec 19, 2019
1 parent bd920c2 commit 14a0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/quasar-config.js
Expand Up @@ -865,7 +865,7 @@ class QuasarConfig {
}
}

if (this.ctx.capacitor && cfg.capacitor.hideSplashscreen !== false) {
if (this.ctx.mode.capacitor && cfg.capacitor.hideSplashscreen !== false) {
cfg.__needsAppMountHook = true
}

Expand Down

0 comments on commit 14a0793

Please sign in to comment.