From 46232e3fb1510d6408e8f4b3b95ec16fc9f3aede Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 7 Mar 2020 13:08:18 -0400 Subject: [PATCH] Button icon.cache only exists for Qt 5.13+ --- TODO.md | 4 ++-- src/gui/Base/HButtonContent.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 2236b542..8cbec04c 100644 --- a/TODO.md +++ b/TODO.md @@ -39,13 +39,13 @@ - Use new default/reset controls system - Split `HScrollableTextArea` - Composer -- Don't put all the binds in one central file +- Don't put all the keybinds in one central file - Missing room keybinds (invite, etc) and close failed upload - Use QML states? ## Issues -- AccountRoomsList highlight delegate movements when reaching the bottom +- Forget a room, it comes back because of the "you left" event - `EventImage`s for `m.image` sometimes appear broken, can be made normal by switching to another room and coming back - First sent message in E2E room is sometimes undecryptable diff --git a/src/gui/Base/HButtonContent.qml b/src/gui/Base/HButtonContent.qml index a8cda485..881e956a 100644 --- a/src/gui/Base/HButtonContent.qml +++ b/src/gui/Base/HButtonContent.qml @@ -27,7 +27,7 @@ HRowLayout { id: icon svgName: button.icon.name colorize: button.icon.color - cache: button.icon.cache + // cache: button.icon.cache // XXX: need Qt 5.13+ onLoadingChanged: if (! loading) resetAnimations.start()