Fix app onboarding on Safari

7883d091be868af8fff7732a22fb406ca44750e9

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -6154,7 +6154,7 @@ async function doOnboarding(avatarId) {
61546154 template.find('input[name="enable_simple_mode"]').on('input', function () {
61556155 simpleUiMode = $(this).is(':checked');
61566156 });
61576157 let userName = await callGenericPopup(template, POPUP_TYPE.INPUT, currentUser?.name || name1, { rows: 2, wide: true, large: true });
61586158
61596159 if (userName) {
61606160 userName = userName.replace('\n', ' ');