diff --git a/TODO.md b/TODO.md index c7f47782..d3ad97f4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,9 @@ # TODO - Image viewer: - - fix: manual WM fullscreen > press f - - fix e in small window - hflickable: support kinetic scrolling disabler +- don't send typing notif if no permission - compress png in a thread - ctrl+o: ignore mx-reply links - verify upload cancellation diff --git a/src/gui/Pages/Chat/RoomPane/SettingsView.qml b/src/gui/Pages/Chat/RoomPane/SettingsView.qml index 99168c9a..817a0521 100644 --- a/src/gui/Pages/Chat/RoomPane/SettingsView.qml +++ b/src/gui/Pages/Chat/RoomPane/SettingsView.qml @@ -103,7 +103,6 @@ HFlickableColumnPage { maximumLength: 255 defaultText: chat.roomInfo.given_name enabled: chat.roomInfo.can_set_name - Component.onCompleted: forceActiveFocus() } }