Skip to content

Commit

Permalink
frontend: use force-offline setting in ConnectionUtils creation for M…
Browse files Browse the repository at this point in the history
…ainWindow
  • Loading branch information
dartvader316 authored and orowith2os committed Sep 10, 2023
1 parent 4a22220 commit 1fb7f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/windows/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, arg_bottle, **kwargs):
super().__init__(**kwargs, default_width=width, default_height=height)

self.disable_onboard = False
self.utils_conn = ConnectionUtils()
self.utils_conn = ConnectionUtils(force_offline=self.settings.get_boolean("force-offline"))
self.manager = None
self.arg_bottle = arg_bottle
self.app = kwargs.get("application")
Expand Down

0 comments on commit 1fb7f3c

Please sign in to comment.