Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from Ragarr/master
Browse files Browse the repository at this point in the history
changeao
  • Loading branch information
Ragarr authored Nov 27, 2023
2 parents ce1d27c + d4ba74e commit 564cec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def updateStatus(self, status):
self.frames[LoadingScreen].update_status(status)

def showScreen(self, name):
#shows the screen
frame = self.frames[name]
self.current_screen = frame
frame.tkraise()
Expand Down

0 comments on commit 564cec7

Please sign in to comment.