Fix loader blocking onboarding flow on first run

This commit is contained in:
Cohee 2023-11-06 10:23:47 +02:00
parent 7a961ca6f6
commit dc1abed9c6
1 changed files with 1 additions and 0 deletions

View File

@ -5236,6 +5236,7 @@ async function getSettings(type) {
firstRun = !!settings.firstRun;
if (firstRun) {
hideLoader();
await doOnboarding(user_avatar);
firstRun = false;
}