Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit d0778e8

Browse files
fix: DEV-3974: Fix the "Video Hop Size" parameter (#1085)
Fix the "Video Hop Size" parameter
1 parent 7b58096 commit d0778e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stores/SettingsStore.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ const SettingsModel = types
214214
setVideoHopSize(value) {
215215
self.videoHopSize = value;
216216
},
217+
218+
setProperty(name, value) {
219+
self[name] = value;
220+
},
217221
}));
218222

219223
export default SettingsModel;

0 commit comments

Comments
 (0)