Fix stopping record when going on fullscreen.

This commit is contained in:
Julien Wadel 2022-11-22 16:10:42 +01:00
parent 010743aa09
commit f3d3f1ee0b
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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