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

This commit is contained in:
Julien Wadel 2023-01-30 15:32:36 +01:00
parent eb64295768
commit 007219f6ee
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Display hidden scrollbars.
- Display hidden error icon on messages.
- Display recordings page on Mac.
- Update SDK to 5.2.17
## 5.0.8 - 2023-01-20

View file

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