Skip to content

Commit

Permalink
why is that there
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebladedoge229 authored May 22, 2024
1 parent 98a2e20 commit cae1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robloxstudiomanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def studio_running():
visual_verified_var = tk.BooleanVar(value=False)
old_font_var = tk.BooleanVar(value=True)
classic_error_var = tk.BooleanVar(value=True)
s

ttk.Label(root, text="Roblox Settings Manager", font=("Segoe UI", 16)).grid(row=0, column=0, columnspan=4, pady=10)

ttk.Checkbutton(root, text="Optimize Roblox", variable=optimize_roblox_var).grid(row=1, column=0, sticky=tk.W, padx=10)
Expand Down

0 comments on commit cae1aa8

Please sign in to comment.