mirror of https://github.com/laurent22/joplin.git
Android: Remove option for new editor as it crashes the app
parent
1108e8c28a
commit
524ec12d8a
|
@ -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.',
|
||||
|
|
Loading…
Reference in New Issue