mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-21 15:24:01 +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() {
|
function onDefaultResChanged() {
|
||||||
updatePreviewRatio()
|
updatePreviewRatio()
|
||||||
|
if (previewWidget.visible)
|
||||||
|
startPreviewing(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
function onDefaultFpsChanged() {
|
||||||
|
if (previewWidget.visible)
|
||||||
|
startPreviewing(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
function onDeviceAvailable() {
|
function onDeviceAvailable() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue