Reload automatically when changing cross-signing flag
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
import SettingController from "./SettingController";
|
||||
import PlatformPeg from "../../PlatformPeg";
|
||||
|
||||
export default class LowBandwidthController extends SettingController {
|
||||
export default class ReloadOnChangeController extends SettingController {
|
||||
onChange(level, roomId, newValue) {
|
||||
PlatformPeg.get().reload();
|
||||
}
|
||||
Reference in New Issue
Block a user