mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 06:57:16 +02:00
feat(options/spellcheck): improve display in browser
This commit is contained in:
@@ -7,6 +7,7 @@ import Button from "../../react/Button";
|
||||
import FormText from "../../react/FormText";
|
||||
import FormToggle from "../../react/FormToggle";
|
||||
import { useTriliumOption, useTriliumOptionBool } from "../../react/hooks";
|
||||
import NoItems from "../../react/NoItems";
|
||||
import CheckboxList from "./components/CheckboxList";
|
||||
import OptionsRow from "./components/OptionsRow";
|
||||
import OptionsSection from "./components/OptionsSection";
|
||||
@@ -121,8 +122,11 @@ function CustomDictionary() {
|
||||
|
||||
function WebSpellcheckSettings() {
|
||||
return (
|
||||
<OptionsSection title={t("spellcheck.title")}>
|
||||
<p>{t("spellcheck.description")}</p>
|
||||
<OptionsSection>
|
||||
<NoItems
|
||||
text={t("spellcheck.description")}
|
||||
icon="bx bx-check-double"
|
||||
/>
|
||||
</OptionsSection>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user