Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed May 2, 2024
1 parent 72838cc commit ce05ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def download_app(app_data):

# Create the main application window
app = ctk.CTk()
app.geometry("1280x720")
app.geometry("1152×648")
app.resizable(True, True)
app.title("Thunder 🗲")

Expand Down

0 comments on commit ce05ced

Please sign in to comment.