fix: Correct run_tui function signature for mouse parameter
- Add mouse parameter with default value True - Fix docstring formatting - Resolves CodeRabbit runtime error
This commit is contained in:
parent
04c6d8f608
commit
34d02a84c7
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class HelpScreen(Screen):
|
|||
self.app.pop_screen()
|
||||
|
||||
|
||||
def run_tui():
|
||||
def run_tui(mouse: bool = True):
|
||||
"""Entry point to run the TUI application
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue