Fix typo.
This commit is contained in:
parent
d10b3a1338
commit
ac41f4586e
@ -95,7 +95,7 @@ export function ShowSharingDialog (fileList, settings, viewer)
|
||||
HandleEvent ('model_shared', 'embedding_code');
|
||||
return GetEmbeddingCode (modelFiles, useCurrentSettings, settings, viewer);
|
||||
});
|
||||
AddCheckboxLine (optionsSection, Loc ('Use customized settings', 'embed_current_settings'), (checked) => {
|
||||
AddCheckboxLine (optionsSection, Loc ('Use customized settings'), 'embed_current_settings', (checked) => {
|
||||
useCurrentSettings = checked;
|
||||
embeddingCodeInput.value = GetEmbeddingCode (modelFiles, useCurrentSettings, settings, viewer);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user