Skip to content

Commit

Permalink
Force login when launching GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
casualsnek committed Jan 31, 2022
1 parent 40d2e9d commit 933d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-linux/src/cassowary/gui/components/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __fill_basic_info(self):
def __reconnect(self, no_popup=False):
# Wake the VM if paused and wait for networking to be active !
vm_wake()
fix_black_window()
fix_black_window(forced=True)
self.client = Client(cfgvars.config["host"], cfgvars.config["port"])
try:
print("Trying to reconnect")
Expand Down

0 comments on commit 933d16c

Please sign in to comment.