Skip to content

Commit

Permalink
Removed redundant upx file
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonosgit committed Dec 9, 2023
1 parent 1718d39 commit 341d1b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,044 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ def __init__(self):

def InitWindow(self):
self.statusUpdate()

movie = QMovie(os.path.join(
os.path.dirname(__file__), "res", "retroflicker.gif"))

self.background_graphics.setMovie(movie)
self.background_graphics.show()
movie.start()
Expand Down
Loading

0 comments on commit 341d1b2

Please sign in to comment.