diff --git a/desktop_client.py b/desktop_client.py index 065039904..8f3f0ce40 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -2273,6 +2273,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str, print('') elif commandStr.startswith('h'): _desktopHelp() + print(_highlightText('Press Enter to continue...')) + input() elif (commandStr == 'delete' or commandStr == 'rm' or commandStr.startswith('delete ') or