Added proxy url setting in user options

This commit is contained in:
SuperSuslik312
2024-04-09 17:48:46 +03:00
parent e35c3a373d
commit c85bb70a7a
3 changed files with 5 additions and 2 deletions
@@ -10,6 +10,7 @@ let configOptions = {
'enhancements': true,
'useHistory': true,
'writingCursor': " ...", // Warning: Using weird characters can mess up Markdown rendering
'proxyUrl': '', // Can be "socks5://127.0.0.1:9050" or "http://127.0.0.1:8080" for example. Leave it blank if you don't need it.
},
'animations': {
'choreographyDelay': 35,