diff --git a/startup.lua b/startup.lua index 8c8368c..689082a 100644 --- a/startup.lua +++ b/startup.lua @@ -147,7 +147,8 @@ local function HandlePasswordEntry() local entering = true while entering do - local x, y = GetClick() + -- Use os.pullEvent directly to avoid conflicts with ParaDisconnect + local _, _, x, y = os.pullEvent("monitor_touch") -- Check number buttons (1-9) if y >= 7 and y <= 15 then