mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
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:
@ -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(),
|
||||
|
Reference in New Issue
Block a user