Update WS on exit of live mode.

pull/2737/head
Blaz Kristan 2022-04-08 20:11:34 +02:00
rodzic f247139f1c
commit 46e1c8ef73
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -185,6 +185,7 @@ void exitRealtime() {
if (useMainSegmentOnly) { // unfreeze live segment again
strip.getMainSegment().setOption(SEG_OPTION_FREEZE, false, strip.getMainSegmentId());
}
updateInterfaces(CALL_MODE_WS_SEND);
}