From da2ae0a182c35264bd0c5d90c957ad74c607b70c Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:12:10 +0100 Subject: [PATCH] fix: disable the command palette 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) --- src/pypi_search_tui/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pypi_search_tui/app.py b/src/pypi_search_tui/app.py index 78599f4..3370e1d 100644 --- a/src/pypi_search_tui/app.py +++ b/src/pypi_search_tui/app.py @@ -18,6 +18,8 @@ class Package: class PyPISearchApp(App): + ENABLE_COMMAND_PALETTE = False + CSS = """ Container { height: 13;