This pull request aims to reimplement the setPack and setName commands. These commands previously allowed users to save their input for sticker creation, ensuring the saved name and pack were automatically placed. After rolling back to W Web JS, this functionality was lost, and we aim to restore it.
Background
Before the rollback to W Web JS, we had a convenient feature where users could use the setPack and setName commands to save their desired pack name and sticker name. This saved input was then automatically applied when creating new stickers. Reintroducing this feature will enhance user experience by reducing repetitive input tasks.
Changes
- Reimplementation of the
setPack command to save the user's desired pack name.
- Reimplementation of the
setName command to save the user's desired sticker name.
- Ensure that these saved values are automatically used when creating new stickers.
Testing Checklist
Expected Outcome
Users should be able to save their preferred pack and sticker names using the setPack and setName commands, and these values should be automatically used during sticker creation.
This pull request aims to reimplement the
setPackandsetNamecommands. These commands previously allowed users to save their input for sticker creation, ensuring the saved name and pack were automatically placed. After rolling back to W Web JS, this functionality was lost, and we aim to restore it.Background
Before the rollback to W Web JS, we had a convenient feature where users could use the
setPackandsetNamecommands to save their desired pack name and sticker name. This saved input was then automatically applied when creating new stickers. Reintroducing this feature will enhance user experience by reducing repetitive input tasks.Changes
setPackcommand to save the user's desired pack name.setNamecommand to save the user's desired sticker name.Testing Checklist
setPackcommand to set a pack name.setNamecommand to set a sticker name.Expected Outcome
Users should be able to save their preferred pack and sticker names using the
setPackandsetNamecommands, and these values should be automatically used during sticker creation.