Skip to content

Commit

Permalink
Fix Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebladedoge229 authored Jun 2, 2024
1 parent 5dcd36d commit 9e6a086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robloxstudiomanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ def get_config_value(section, option, default):
def plugin_editor():
new_window = tk.Toplevel(root)
new_window.title("Roblox Studio Manager: Plugin Editor")
new_window.iconbitmap(application_path + "\\icon.ico")

main_frame = ttk.Frame(new_window)
main_frame.pack(padx=20, pady=20)
Expand Down Expand Up @@ -711,6 +712,7 @@ def check_disabled_state(plugin):
log_all_cb.configure(state = "disabled")
disable_telemetry_cb.configure(state = "disabled")
update_studio_b.configure(state = "disabled")

sv_ttk.set_theme("dark")
root.resizable(False, False)
root.iconbitmap(application_path + "\\icon.ico")
Expand Down

0 comments on commit 9e6a086

Please sign in to comment.