From 5262a598160b034dae48f1d3ab1c54e213b2849f Mon Sep 17 00:00:00 2001 From: Ankit kumar yadav Date: Sat, 2 Aug 2025 20:33:10 +0530 Subject: [PATCH] fix the typo --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 2bd9e2ef..16591d99 100644 --- a/app/ui.js +++ b/app/ui.js @@ -45,7 +45,7 @@ const UI = { inhibitReconnect: true, reconnectCallback: null, reconnectPassword: null, - lastTextCopiedFromTerminal: null, + lastCopiedTextFromTerminal: null, async start(options={}) { UI.customSettings = options.settings || {};