mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 08:35:26 +08:00
avsettings: stop preview and audio meter on close
Change-Id: I8011e9363dd1fb84fd1d8475ee131569c5dfb393 Gitlab: #38
This commit is contained in:
@@ -253,6 +253,13 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onVisibleChanged: {
|
||||||
|
if (!visible) {
|
||||||
|
stopPreviewing()
|
||||||
|
stopAudioMeter()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.maximumWidth: JamiTheme.maximumWidthSettingsView
|
Layout.maximumWidth: JamiTheme.maximumWidthSettingsView
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user