Button icon.cache only exists for Qt 5.13+
This commit is contained in:
parent
617e68cc71
commit
46232e3fb1
4
TODO.md
4
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
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user