Skip to content

Commit 655f855

Browse files
committed
Disable the command palette
It's not used for anything useful in Frogmouth right now, and will also bypass the dark/light mode sticky toggle too. This can be fixed (the code to make that sticky pre-dates the command palette by quite some way) but given there's no other use for the command palette at the moment I'll just disable it. It can come back when actual commands get implemented.
1 parent ce10b57 commit 655f855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frogmouth/app/app.py

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class MarkdownViewer(App[None]):
1818
TITLE = APPLICATION_TITLE
1919
"""The main title for the application."""
2020

21+
ENABLE_COMMAND_PALETTE = False
22+
2123
def __init__(self, cli_args: Namespace) -> None:
2224
"""Initialise the application.
2325

0 commit comments

Comments
 (0)