mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Don't display ANSI art banner in GUI mode because it prevents the app from opening in macOS from Finder
This commit is contained in:
parent
2d8649179a
commit
04dcf72313
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ def gui_main(custom_container, filename):
|
|||
global_common = GlobalCommon()
|
||||
gui_common = GuiCommon(app, global_common)
|
||||
|
||||
global_common.display_banner()
|
||||
|
||||
if custom_container:
|
||||
success, error_message = global_common.container_exists(custom_container)
|
||||
if not success:
|
||||
|
|
Loading…
Reference in a new issue