Skip to content

Commit

Permalink
feat:multicast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Sep 5, 2024
1 parent dc057b2 commit bca8ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tkinter_ui/multicast.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def update_page_num(self, event):
def change_entry_state(self, state):
for entry in [
"open_multicast_checkbutton",
"open_multicast_tonkiang_checkbutton",
"open_multicast_fofa_checkbutton",
"region_list_combo",
"page_num_entry",
]:
Expand Down
2 changes: 2 additions & 0 deletions tkinter_ui/tkinter_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def save_config(self):
"open_subscribe": self.subscribe_ui.open_subscribe_var.get(),
"subscribe_urls": self.subscribe_ui.subscribe_urls_text.get(1.0, tk.END),
"open_multicast": self.multicast_ui.open_multicast_var.get(),
"open_multicast_tonkiang": self.multicast_ui.open_multicast_tonkiang_var.get(),
"open_multicast_fofa": self.multicast_ui.open_multicast_fofa_var.get(),
"multicast_region_list": self.multicast_ui.region_list_combo.get(),
"multicast_page_num": self.multicast_ui.page_num_entry.get(),
"open_hotel": self.hotel_ui.open_hotel_var.get(),
Expand Down

0 comments on commit bca8ca1

Please sign in to comment.