Do not turn on Live View at startup

This commit is contained in:
manongjohn 2022-02-13 10:09:30 -05:00
parent 3f7e59556a
commit f8acb93f83

View file

@ -3060,7 +3060,9 @@ void StopMotion::changeCameras(int index) {
emit(liveViewChanged(false));
refreshFrameInfo();
// after all live view data is cleared, start it again.
toggleLiveView();
if (m_liveViewStatus > LiveViewClosed) {
toggleLiveView();
}
}
//-----------------------------------------------------------------