Mac : Fix recordings error that prevent to display the page.

This commit is contained in:
Julien Wadel 2023-01-31 10:24:45 +01:00
parent e198f5f752
commit c975e8f1e2
2 changed files with 7 additions and 1 deletions

View file

@ -11,8 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- File viewer in chats (Image/Animated Image/Video/Texts) with the option to export the file.
- Accept/decline CLI commands.
## 5.0.9 - 2023-01-31
### Fixed
- Display hidden scrollbars.
- Display hidden error icon on messages.
- Display recordings page on Mac.
- Update SDK to 5.2.19
## 5.0.8 - 2023-01-20

View file

@ -420,7 +420,8 @@ ApplicationWindow {
active:Qt.platform.os === 'osx'
sourceComponent:MainWindowTopMenuBar{
onDisplayRecordings: {
timeline.model.unselectAll()
if(mainLoader.item)
mainLoader.item.timeline.model.unselectAll()
setView('Recordings')
}
}