diff --git a/leads_dashboard/prototype.py b/leads_dashboard/prototype.py index 41c4e280..e3f66b0e 100644 --- a/leads_dashboard/prototype.py +++ b/leads_dashboard/prototype.py @@ -35,8 +35,7 @@ def __init__(self, self._root: _Window = _Window(title, size=(None if width < 0 else width, None if height < 0 else height), text_justification="center", - no_titlebar=no_title_bar, - disable_minimize=True) + no_titlebar=no_title_bar) self._width: int = _Window.get_screen_size()[0] if fullscreen else width self._height: int = _Window.get_screen_size()[1] if fullscreen else height self._fullscreen: bool = fullscreen diff --git a/leads_vec/__version__.py b/leads_vec/__version__.py index a8466d8c..425152cb 100644 --- a/leads_vec/__version__.py +++ b/leads_vec/__version__.py @@ -1 +1 @@ -__version__: str = "f9c12f65" +__version__: str = "4090fbf8" diff --git a/setup.py b/setup.py index fc9027f5..24768f0a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="leads", - version="0.1.0", + version="0.1.1", author="ProjectNeura", author_email="central@projectneura.org", description="Lightweight Embedded Assisted Driving System",