From 017bdc88dd1366d56b8837946e484a2a53b16d1f Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 15 Jul 2020 02:55:45 +0200 Subject: [PATCH] add config value BasicWebRTCInstance --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.rs b/src/config.rs index ddb266e7b..950602da6 100644 --- a/src/config.rs +++ b/src/config.rs @@ -122,6 +122,8 @@ pub enum Config { /// Whether we send a warning if the password is wrong (set to false when we send a warning /// because we do not want to send a second warning) NotifyAboutWrongPw, + + BasicWebRTCInstance, } impl Context {