Skip to content

Commit

Permalink
Revert commented dark mode toggle (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Oct 16, 2024
1 parent 1b5a1fa commit 4510199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_containers_cli/cmds/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class MonitorApp(App):
Binding("r", "restart_ioc", "Restart IOC"),
Binding("l", "ioc_logs", "IOC Logs"),
Binding("o", "sort", "Sort"),
Binding("d", "toggle_dark", "Toggle dark mode"),
# Binding("d", "toggle_dark", "Toggle dark mode"),
]

def __init__(
Expand Down

0 comments on commit 4510199

Please sign in to comment.