Skip to content

Commit

Permalink
Removed progress window title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
MachWheel committed Jun 1, 2022
1 parent 67c196f commit 082444d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)


Expand Down

0 comments on commit 082444d

Please sign in to comment.