diff --git a/TODO.md b/TODO.md index 32c1a238..1944c886 100644 --- a/TODO.md +++ b/TODO.md @@ -26,11 +26,11 @@ - Handle import keys errors - Don't linkify images for outgoing html - - Message position after daybreak delegate - Keyboard flicking against top/bottom edge - Don't strip user spacing in html - Do something when access token is invalid + - Message position after daybreak delegate (fixed by commit 57b1313 ?) - [hr not working](https://bugreports.qt.io/browse/QTBUG-74342) - Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb` diff --git a/src/python/config_files.py b/src/python/config_files.py index b4694d38..d4f5fecb 100644 --- a/src/python/config_files.py +++ b/src/python/config_files.py @@ -125,7 +125,7 @@ class UISettings(JSONConfigFile): "toggleCollapseAccount": [ "Alt+Shift+Left", "Alt+Shift+Right", - "Alt+Shift+H", "Alt+Shift+R", + "Alt+Shift+H", "Alt+Shift+L", ], "startDebugger": ["Alt+Shift+D"],