Skip to content

Commit

Permalink
dont persist splash when embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Jan 10, 2024
1 parent 0dfe8cc commit f74cc55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion radwave/src/Radwave.vue
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,9 @@ export default defineComponent({
return this.set2DMode();
} else if (this.modeReactive == 'full') {
console.log('init setFullwaveMode');
return this.enterFullWaveMode();
this.userNotReady = false;
this.showSplashScreen = false;
return this.setFullwaveMode();
} else {
return;
}
Expand Down

0 comments on commit f74cc55

Please sign in to comment.