Have max and min font configured in settings

This commit is contained in:
Jorik Schellekens 2020-04-22 16:11:01 +01:00
parent 98799611cf
commit f5d6590751
3 changed files with 17 additions and 6 deletions

View file

@ -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();