1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Made Markdown editor default again

This commit is contained in:
Laurent Cozic 2020-05-20 00:59:12 +01:00
parent 7a1eecc815
commit 01e0c0c21f

View File

@ -44,7 +44,7 @@ class Setting extends BaseModel {
public: false,
},
'editor.codeView': {
value: false,
value: true,
type: Setting.TYPE_BOOL,
public: false,
appTypes: ['desktop'],