Change default settings

This commit is contained in:
Les De Ridder 2018-07-31 23:06:11 +02:00
parent 9a8a09354a
commit ab0b184646
1 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
"showControls": true,
"showChat": true,
"showLineNumbers": true,
"useMonospaceFont": false,
"useMonospaceFont": true,
"userName": false,
"userColor": false,
"rtl": false,
@ -147,11 +147,11 @@
"trustProxy" : false,
/* Privacy: disable IP logging */
"disableIPlogging" : false,
"disableIPlogging" : true,
/* Time (in seconds) to automatically reconnect pad when a "Force reconnect"
message is shown to user. Set to 0 to disable automatic reconnection */
"automaticReconnectionTimeout" : 0,
"automaticReconnectionTimeout" : 10,
/*
* By default, when caret is moved out of viewport, it scrolls the minimum height needed to make this
* line visible.