Skip to content

Commit

Permalink
Merge pull request #23 from lunarc/develop
Browse files Browse the repository at this point in the history
Set redirect flag to True
  • Loading branch information
jonaslindemann authored Apr 14, 2021
2 parents a3df493 + 6134fa9 commit 3f89723
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gfxlaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def create_light_palette():

# Redirect standard output

redirect = False
redirect = True

# Create Queue and redirect sys.stdout to this queue

Expand All @@ -225,8 +225,6 @@ def create_light_palette():

app.setPalette(palette)

# app.setStyle("gtk2")

# Show splash

splash_window = splash_win.SplashWindow(
Expand Down

0 comments on commit 3f89723

Please sign in to comment.