mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 04:27:56 +08:00
Typo in appearance settings (#1683)
This commit is contained in:
parent
93d55b3e7b
commit
dcf1c62ec1
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ const TPL = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Zooming can be controlled with CTRL-+ and CTRL-= shortcuts as well.</p>
|
<p>Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well.</p>
|
||||||
|
|
||||||
<h4>Font sizes</h4>
|
<h4>Font sizes</h4>
|
||||||
|
|
||||||
|
@ -169,4 +169,4 @@ export default class ApperanceOptions {
|
||||||
this.$body.get(0).style.setProperty("--tree-font-size", this.$treeFontSize.val() + "%");
|
this.$body.get(0).style.setProperty("--tree-font-size", this.$treeFontSize.val() + "%");
|
||||||
this.$body.get(0).style.setProperty("--detail-font-size", this.$detailFontSize.val() + "%");
|
this.$body.get(0).style.setProperty("--detail-font-size", this.$detailFontSize.val() + "%");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue