mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-24 17:35:43 +02:00
videosettings: refresh preview on resolution's change
Change-Id: Ibc2b183d92ab7cfa659f31a5351f91b5ed574b20
This commit is contained in:
parent
c95d29e07b
commit
bbdd75f1e1
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,13 @@ ColumnLayout {
|
|||
|
||||
function onDefaultResChanged() {
|
||||
updatePreviewRatio()
|
||||
if (previewWidget.visible)
|
||||
startPreviewing(true)
|
||||
}
|
||||
|
||||
function onDefaultFpsChanged() {
|
||||
if (previewWidget.visible)
|
||||
startPreviewing(true)
|
||||
}
|
||||
|
||||
function onDeviceAvailable() {
|
||||
|
|
Loading…
Add table
Reference in a new issue