mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Mac : Fix recordings error that prevent to display the page.
This commit is contained in:
parent
eb64295768
commit
007219f6ee
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue