mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-14 07:00:50 +08:00
Add a fixme
This commit is contained in:
@ -59,8 +59,13 @@ class NoteEditorSelector extends StatelessWidget {
|
|||||||
tr('settings.editors.journalEditor'),
|
tr('settings.editors.journalEditor'),
|
||||||
FontAwesomeIcons.book,
|
FontAwesomeIcons.book,
|
||||||
),
|
),
|
||||||
_buildTile(context, EditorType.Org, tr('settings.editors.orgEditor'),
|
// FIXME: Do not show this editor, unless the file is an org file?
|
||||||
FontAwesomeIcons.horseHead)
|
_buildTile(
|
||||||
|
context,
|
||||||
|
EditorType.Org,
|
||||||
|
tr('settings.editors.orgEditor'),
|
||||||
|
FontAwesomeIcons.horseHead,
|
||||||
|
)
|
||||||
],
|
],
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user