Skip to content

Commit

Permalink
fix: turn on css watch
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 14, 2024
1 parent b6a9971 commit 0ca7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/ui/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Dooit(App):
]

def __init__(self, connection_string: Optional[str] = None):
super().__init__()
super().__init__(watch_css=True)
self.api = DooitAPI(self)
self._mode: ModeType = "NORMAL"
manager.register_engine(connection_string)
Expand Down

0 comments on commit 0ca7d79

Please sign in to comment.