mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 00:36:35 +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.maximumWidth: JamiTheme.maximumWidthSettingsView
|
||||
anchors.centerIn: parent
|
||||
|
||||
Reference in New Issue
Block a user