Button icon.cache only exists for Qt 5.13+

This commit is contained in:
miruka 2020-03-07 13:08:18 -04:00
parent 617e68cc71
commit 46232e3fb1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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()