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

@ -1395,7 +1395,7 @@ class Setting extends BaseModel {
useCustomPdfViewer: {
value: false,
type: SettingItemType.Bool,
public: true,
public: false,
advanced: true,
appTypes: [AppType.Desktop],
label: () => 'Use custom PDF viewer (Beta)',