webxdc / hello

Sample project with a simple implementation of the webxdc read and write APIs
The Unlicense
29 stars 7 forks source link

add missing question to sendToChat() dialog #48

Closed r10s closed 1 year ago

r10s commented 1 year ago

calling sendToChat(), an informational message is shown that has the buttons "OK" and "Cancel" - but the user has no idea what they're doing and what's the difference:

Screenshot 2023-06-02 at 12 02 40

this pr adds the missing question.

Screenshot 2023-06-02 at 12 01 23

successor of #46