Fix app onboarding on Safari

7883d091be868af8fff7732a22fb406ca44750e9

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

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