Skip to content

Commit

Permalink
#3985 must initialize to False
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 4, 2023
1 parent 5baf3e7 commit 3cf4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/server_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self):
self.sharing : Optional[bool] = None
self.lock : Optional[bool] = None

self.start_after_connect_done = True
self.start_after_connect_done = False
self.bandwidth_detection = False
self.dpi = self.xdpi = self.ydpi = 0
self.double_click_time = -1
Expand Down

0 comments on commit 3cf4a83

Please sign in to comment.