Don't auto restart when updating Windows install

This commit is contained in:
JonnyWong16 2020-12-22 16:22:45 -08:00
commit c319a4a5cc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 5 additions and 5 deletions

View file

@ -2279,6 +2279,9 @@ def upgrade():
def shutdown(restart=False, update=False, checkout=False, reset=False):
if FROZEN and common.PLATFORM == 'Windows' and update:
restart = False
webstart.stop()
# Shutdown the websocket connection