Skip to content

Commit

Permalink
fixed bug with startup
Browse files Browse the repository at this point in the history
  • Loading branch information
E1Bos committed Aug 22, 2023
1 parent 34e5e9d commit b8de939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/instalocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def create_gui(self):
)
self.select_agent_dropdown.set(f"{self.selected_agent}")
self.select_agent_dropdown.pack(padx=10, pady=(0, 5))
self.select_agent_dropdown.bind('<KeyRelease>', self.filter_options)

self.select_map_enabled_label = customtkinter.CTkLabel(
select_agent_frame, text="Map Specific:", font=self.label_font_and_size
Expand Down

0 comments on commit b8de939

Please sign in to comment.