You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Desktop: Accessibility: Add setting to increase scrollbar and other small control sizes (#11627)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { LinkRenderingType } from '../MdToHtml';
|
||||
import { ItemIdToUrlHandler, OptionsResourceModel } from '../types';
|
||||
import { ItemIdToUrlHandler, OptionsResourceModel, ResourceInfos } from '../types';
|
||||
import * as utils from '../utils';
|
||||
import createEventHandlingAttrs from './createEventHandlingAttrs';
|
||||
const Entities = require('html-entities').AllHtmlEntities;
|
||||
@@ -9,8 +9,7 @@ const { getClassNameForMimeType } = require('font-awesome-filetypes');
|
||||
|
||||
export interface Options {
|
||||
title?: string;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||
resources?: any;
|
||||
resources?: ResourceInfos;
|
||||
ResourceModel?: OptionsResourceModel;
|
||||
linkRenderingType?: LinkRenderingType;
|
||||
plainResourceRendering?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user