Added proxy url setting in user options (#396)

This commit is contained in:
end-4
2024-04-13 12:49:39 +07:00
committed by GitHub
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,