EditorSettings: Move Last State to common

Now that you can see the Markdown Preview from any of the Editors, it
doesn't make sense to have this inside the Markdown Editor settings.
This commit is contained in:
Vishesh Handa
2020-08-21 11:06:24 +02:00
parent 3fd418ce29
commit 61e16daefe

View File

@ -48,7 +48,7 @@ class SettingsEditorsScreenState extends State<SettingsEditorsScreen> {
setState(() {});
},
),
SettingsHeader(tr("settings.editors.markdownEditor")),
//SettingsHeader(tr("settings.editors.markdownEditor")),
ListPreference(
title: tr("settings.editors.defaultState"),
currentOption: settings.markdownDefaultView.toPublicString(),