Skip to content

Commit

Permalink
Remove dark mode binding
Browse files Browse the repository at this point in the history
This doesn't make sense with theme support anymore
  • Loading branch information
gizmo385 committed Nov 17, 2024
1 parent 1e6b159 commit 319800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_github/ui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class LazyGithub(App):
BINDINGS = [("d", "toggle_dark", "Toggle dark mode"), ("q", "quit", "Quit"), ("ctrl+p", "command_palette")]
BINDINGS = [("q", "quit", "Quit"), ("ctrl+p", "command_palette")]

async def authenticate_with_github(self):
try:
Expand Down

0 comments on commit 319800f

Please sign in to comment.