mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-20 12:19:00 +00:00
Add QR Code to enable Telegram notifications (#232)
This commit is contained in:
parent
4c01d42f62
commit
825ffe3cfe
@ -367,6 +367,9 @@ class TradeBox extends Component {
|
||||
{t("Enable TG Notifications")}
|
||||
</DialogTitle>
|
||||
<DialogContent>
|
||||
<div style={{textAlign:"center"}}>
|
||||
<QRCode value={"tg://resolve?domain="+this.props.data.tg_bot_name+"&start="+this.props.data.tg_token} size={275}/>
|
||||
</div>
|
||||
<DialogContentText id="alert-dialog-description">
|
||||
{t("You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.")}
|
||||
</DialogContentText>
|
||||
|
Loading…
Reference in New Issue
Block a user