mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-25 01:03:50 +02:00
avsettings: stop preview and audio meter on close
Change-Id: I8011e9363dd1fb84fd1d8475ee131569c5dfb393 Gitlab: #38
This commit is contained in:
parent
ba8bf74561
commit
325c46d284
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue