Skip to content

Commit

Permalink
fix: disable the command palette
Browse files Browse the repository at this point in the history
This app (currently) doesn't utilise the command palette anyway, and
it doesn't play nicely with inline mode as of Textual v0.55.1
(see Textualize/textual#4385)
  • Loading branch information
TomJGooding committed Apr 4, 2024
1 parent f4eeb6d commit da2ae0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pypi_search_tui/app.py
Expand Up @@ -18,6 +18,8 @@ class Package:


class PyPISearchApp(App):
ENABLE_COMMAND_PALETTE = False

CSS = """
Container {
height: 13;
Expand Down

0 comments on commit da2ae0a

Please sign in to comment.