fix the typo

This commit is contained in:
Ankit kumar yadav 2025-08-02 20:33:10 +05:30
parent 3a1b6c2c51
commit 5262a59816
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const UI = {
inhibitReconnect: true,
reconnectCallback: null,
reconnectPassword: null,
lastTextCopiedFromTerminal: null,
lastCopiedTextFromTerminal: null,
async start(options={}) {
UI.customSettings = options.settings || {};