You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Have max and min font configured in settings
This commit is contained in:
@@ -266,7 +266,7 @@ export default createReactClass({
|
||||
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
this._themeWatcher = new ThemeWatcher();
|
||||
this._fontWatcher = new FontWatcher(10, 20);
|
||||
this._fontWatcher = new FontWatcher();
|
||||
this._themeWatcher.start();
|
||||
this._fontWatcher.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user