mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-28 09:19:19 +00:00
Fix stopping record when going on fullscreen.
This commit is contained in:
parent
010743aa09
commit
f3d3f1ee0b
2 changed files with 0 additions and 2 deletions
|
|
@ -255,7 +255,6 @@ Rectangle {
|
|||
backgroundRadius: width/2
|
||||
colorSet: IncallStyle.buttons.record
|
||||
property CallModel callModel: mainItem.callModel
|
||||
onCallModelChanged: if(!callModel) callModel.stopRecording()
|
||||
visible: SettingsModel.callRecorderEnabled && callModel && (callModel.recording || mainItem.isReady)
|
||||
toggled: callModel.recording
|
||||
|
||||
|
|
|
|||
|
|
@ -221,7 +221,6 @@ Window {
|
|||
backgroundRadius: width/2
|
||||
colorSet: IncallStyle.buttons.record
|
||||
property CallModel callModel: conference.callModel
|
||||
onCallModelChanged: if(callModel) callModel.stopRecording()
|
||||
visible: SettingsModel.callRecorderEnabled && callModel
|
||||
toggled: callModel && callModel.recording
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue