Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fixed the `on_start` method call.
  • Loading branch information
HeaTTheatR committed Jan 16, 2024
1 parent 5bb87c6 commit d8f1816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

class Example(MDApp, CommonApp):
def on_start(self):
super().on_start()
for type_tabs in ["primary", "secondary"]:
if type_tabs == "primary":
tabs = self.root.ids.primary_tabs
Expand Down

0 comments on commit d8f1816

Please sign in to comment.