Skip to content

Commit

Permalink
Changed Window Title to Stat Tracker. Less Detectable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-0 committed Jan 23, 2025
1 parent 78d8de8 commit 43b80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class App():
self.root = tk.Tk()
self.root.geometry("900x650")
self.root.resizable(False, False)
self.root.title("AFK Bot")
self.root.title("Stat Tracker")
self.root.config(bg=self.theme[0])

self.menu = tk.Menu(self.root)
Expand Down

0 comments on commit 43b80bc

Please sign in to comment.