Merge pull request #4308 from eatrisno/patch-1

Add Refresh / Reload Button on rpc/Telegram
This commit is contained in:
Matthias
2021-06-19 18:50:59 +01:00
committed by GitHub
5 changed files with 127 additions and 64 deletions

View File

@@ -95,6 +95,7 @@ Example configuration showing the different settings:
"buy_fill": "off",
"sell_fill": "off"
},
"reload": true,
"balance_dust_level": 0.01
},
```
@@ -105,6 +106,7 @@ Example configuration showing the different settings:
`balance_dust_level` will define what the `/balance` command takes as "dust" - Currencies with a balance below this will be shown.
`reload` allows you to disable reload-buttons on selected messages.
## Create a custom keyboard (command shortcut buttons)