diff --git a/src/main/kotlin/com/zoffcc/applications/trifa/AVState.kt b/src/main/kotlin/com/zoffcc/applications/trifa/AVState.kt index f6ea172a..5b7cc13f 100644 --- a/src/main/kotlin/com/zoffcc/applications/trifa/AVState.kt +++ b/src/main/kotlin/com/zoffcc/applications/trifa/AVState.kt @@ -202,6 +202,7 @@ data class AVState(val a: Int) { video_capture_fps = value save_device_information() + restart_devices() } }