diff --git a/app/containers/DeskreenStepper.tsx b/app/containers/DeskreenStepper.tsx index e88a673..b0d3f1d 100644 --- a/app/containers/DeskreenStepper.tsx +++ b/app/containers/DeskreenStepper.tsx @@ -171,10 +171,7 @@ const DeskreenStepper = React.forwardRef((_props, ref) => { const handleReset = useCallback(() => { setActiveStep(0); - setPendingConnectionDevice(null); - setIsUserAllowedConnection(false); - ipcRenderer.invoke(IpcEvents.ResetWaitingForConnectionSharingSession); ipcRenderer.invoke(IpcEvents.CreateWaitingForConnectionSharingSession); }, []);