Skip to content

Commit

Permalink
Update kvui.py
Browse files Browse the repository at this point in the history
Co-authored-by: Silvris <[email protected]>
  • Loading branch information
Berserker66 and Silvris authored Nov 29, 2024
1 parent 6fc85de commit 759dce2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kvui.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,10 @@ def connect_bar_validate(sender):
# show Archipelago tab if other logging is present
self.tabs.add_widget(panel)

hint_panel = TabbedPanelItem(text="Hints")
hint_panel = self.add_client_tab("Hints", HintLayout())
self.hint_log = HintLog(self.json_to_kivy_parser)
self.log_panels["Hints"] = hint_panel.content = HintLayout()
self.log_panels["Hints"] = hint_panel.content
hint_panel.content.add_widget(self.hint_log)
self.tabs.add_widget(hint_panel)

if len(self.logging_pairs) == 1:
self.tabs.default_tab_text = "Archipelago"
Expand Down

0 comments on commit 759dce2

Please sign in to comment.