We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0236a05 commit 066c7ebCopy full SHA for 066c7eb
1 file changed
gui/src/components/onboarding/pages/body-proportions/ManualProportions.tsx
@@ -207,6 +207,7 @@ function ImportExportButtons() {
207
parseConfigImport(config).forEach((req) =>
208
sendRPCPacket(RpcMessage.ChangeSkeletonConfigRequest, req)
209
);
210
+ sendRPCPacket(RpcMessage.SkeletonConfigRequest, new SkeletonConfigRequestT());
211
setImportState(ImportStatus.SUCCESS);
212
setTimeout(() => {
213
setImportState(ImportStatus.OK);
0 commit comments