1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Resolves #8028: Remove custom PDF viewer to reduce application size

This commit is contained in:
Laurent Cozic
2023-04-26 21:43:56 +01:00
parent 6c1820edc0
commit 31897581d3
6 changed files with 17 additions and 19 deletions

View File

@ -631,7 +631,7 @@ const mapStateToProps = (state: AppState) => {
], whenClauseContext)[0],
contentMaxWidth: state.settings['style.editor.contentMaxWidth'],
isSafeMode: state.settings.isSafeMode,
useCustomPdfViewer: state.settings.useCustomPdfViewer,
useCustomPdfViewer: false, // state.settings.useCustomPdfViewer,
};
};