fix the typo
This commit is contained in:
parent
3a1b6c2c51
commit
5262a59816
|
|
@ -45,7 +45,7 @@ const UI = {
|
||||||
inhibitReconnect: true,
|
inhibitReconnect: true,
|
||||||
reconnectCallback: null,
|
reconnectCallback: null,
|
||||||
reconnectPassword: null,
|
reconnectPassword: null,
|
||||||
lastTextCopiedFromTerminal: null,
|
lastCopiedTextFromTerminal: null,
|
||||||
|
|
||||||
async start(options={}) {
|
async start(options={}) {
|
||||||
UI.customSettings = options.settings || {};
|
UI.customSettings = options.settings || {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue