diff --git a/leads_vec/__version__.py b/leads_vec/__version__.py index b838d743..8a132aeb 100644 --- a/leads_vec/__version__.py +++ b/leads_vec/__version__.py @@ -1 +1 @@ -__version__: str = "4c6d5e07" +__version__: str = "3cb07775" diff --git a/leads_vec/cli.py b/leads_vec/cli.py index 64babc72..1ce4538b 100644 --- a/leads_vec/cli.py +++ b/leads_vec/cli.py @@ -73,9 +73,11 @@ def switch_atbs(): manager["atbs"] = Button(button_text="ATBS ON", key=switch_atbs, font=BODY, size=(round(manager.window().width() / 25.858585), None)) - uim = initialize(Window(1080, 720, + uim = initialize(Window(720, 480, config.refresh_rate, - CustomRuntimeData()), render, context, main_controller) + CustomRuntimeData(), + fullscreen=False, + no_title_bar=False), render, context, main_controller) class CustomCallback(Callback): def on_fail(self, service: Service, error: Exception) -> None: diff --git a/setup.py b/setup.py index 5c93cf8a..6ba03a1e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="leads", - version="0.1.2", + version="0.1.3", author="ProjectNeura", author_email="central@projectneura.org", description="Lightweight Embedded Assisted Driving System",