1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Android: Remove option for new editor as it crashes the app

This commit is contained in:
Laurent Cozic
2020-09-11 23:56:21 +01:00
parent 1108e8c28a
commit 524ec12d8a

View File

@ -422,7 +422,7 @@ class Setting extends BaseModel {
value: false,
type: Setting.TYPE_BOOL,
section: 'note',
public: true,
public: mobilePlatform === 'ios',
appTypes: ['mobile'],
label: () => 'Opt-in to the editor beta',
description: () => 'This beta adds list continuation, Markdown preview, and Markdown shortcuts. If you find bugs, please report them in the Discourse forum.',