diff --git a/apps/client/src/widgets/type_widgets/content_widget.tsx b/apps/client/src/widgets/type_widgets/content_widget.tsx index d4f6978b9..571db77f4 100644 --- a/apps/client/src/widgets/type_widgets/content_widget.tsx +++ b/apps/client/src/widgets/type_widgets/content_widget.tsx @@ -23,7 +23,6 @@ import NetworkConnectionsOptions from "./options/other/network_connections.js"; import HtmlImportTagsOptions from "./options/other/html_import_tags.js"; import BackendLogWidget from "./content/backend_log.js"; import AttachmentErasureTimeoutOptions from "./options/other/attachment_erasure_timeout.js"; -import RibbonOptions from "./options/appearance/ribbon.js"; import MultiFactorAuthenticationOptions from './options/multi_factor_authentication.js'; import LocalizationOptions from "./options/i18n/i18n.js"; import CodeBlockOptions from "./options/text_notes/code_block.js"; diff --git a/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts b/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts deleted file mode 100644 index 861410790..000000000 --- a/apps/client/src/widgets/type_widgets/options/appearance/ribbon.ts +++ /dev/null @@ -1,42 +0,0 @@ -import type { OptionMap } from "@triliumnext/commons"; -import { t } from "../../../../services/i18n.js"; -import OptionsWidget from "../options_widget.js"; - -const TPL = /*html*/` -
`; - -export default class RibbonOptions extends OptionsWidget { - - private $promotedAttributesOpenInRibbon!: JQuery