Why was the QR code removed from "Share" popover? #34896
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Looks like this changed during the share-tool refactor rather than through a config option. In 10.3, the
In 10.4, that file no longer exports the old So for now I would not look for a hidden setting in
I cannot speak for the maintainers on whether the removal was intentional, but from the source diff it seems the QR section was dropped as part of the redesigned share/isolation tool, not because of a user-facing configuration change. |
Beta Was this translation helpful? Give feedback.
-
|
You can fairly easily recreate this functionality by creating an addon. Here's a working example (files go in your
|
Beta Was this translation helpful? Give feedback.


Looks like this changed during the share-tool refactor rather than through a config option.
In 10.3, the
shareToolrendered a popover with:In 10.4, that file no longer exports the old
shareTool; it exportsisolationModeTool, which just opens the story in isolation mode. The old QR UI is not rendered anymore. I do still see some QR-related imports/components left in the file, but they are not wired into the exported tool, so they do not affect the UI.So for now I would not look for a hidden setting in
main.ts-- I do not think there is one. The practical options are: