Reload automatically when changing cross-signing flag
This commit is contained in:
parent
50cccd3212
commit
b8c0a0fe72
2 changed files with 4 additions and 3 deletions
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue