From 082444d30f4d3898d651aa820969e813f10443e0 Mon Sep 17 00:00:00 2001 From: wyller Date: Wed, 1 Jun 2022 15:11:27 -0300 Subject: [PATCH] Removed progress window title bar --- views/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/__init__.py b/views/__init__.py index eac84b2..9c4b6bb 100644 --- a/views/__init__.py +++ b/views/__init__.py @@ -20,7 +20,8 @@ def PROGRESS_POPUP(bar_end=200): title=assets.txt.EXPORTING, layout=_ui.PROGRESS_BAR(bar_end), keep_on_top=True, - icon=assets.icons.LOGO() + icon=assets.icons.LOGO(), + no_titlebar=True, )