Skip to content
Snippets Groups Projects
Commit 325c46d2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

avsettings: stop preview and audio meter on close

Change-Id: I8011e9363dd1fb84fd1d8475ee131569c5dfb393
Gitlab: #38
parent ba8bf745
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,13 @@ Rectangle {
}
}
onVisibleChanged: {
if (!visible) {
stopPreviewing()
stopAudioMeter()
}
}
Layout.fillHeight: true
Layout.maximumWidth: JamiTheme.maximumWidthSettingsView
anchors.centerIn: parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment