You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Accessibility: Add setting to increase scrollbar and other small control sizes (#11627)
This commit is contained in:
@@ -415,6 +415,12 @@
|
||||
|
||||
addPluginAssets(event.options.pluginAssets);
|
||||
|
||||
if (event.options.increaseControlSize) {
|
||||
document.documentElement.classList.add('-larger-controls');
|
||||
} else {
|
||||
document.documentElement.classList.remove('-larger-controls');
|
||||
}
|
||||
|
||||
if (event.options.downloadResources === 'manual') {
|
||||
webviewLib.setupResourceManualDownload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user